Skip to content

Commit

Permalink
Make a breaking change
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Mar 26, 2024
1 parent db96e1d commit 67c427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/opensearch/plugins/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
*
* @opensearch.api
*/
@PublicApi(since = "1.0.0")
// @PublicApi(since = "1.0.0")
public abstract class Plugin implements Closeable {

/**
Expand Down

0 comments on commit 67c427c

Please sign in to comment.