Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Feb 7, 2025
1 parent 40f2afc commit 2ce642f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@
*/
public class ExampleRestHandlerPlugin extends Plugin implements ActionPlugin, SystemIndexPlugin, ClusterPlugin {

/**
* The name of the readable system index.
*/
public static final String READABLE_SYSTEM_INDEX_NAME = ".readable-system-index";

/**
* The name of the non-readable system index.
*/
public static final String NONREADABLE_SYSTEM_INDEX_NAME = ".nonreadable-system-index";

/**
Expand Down

0 comments on commit 2ce642f

Please sign in to comment.