Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jul 17, 2024
1 parent 4068eff commit 16e123c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public class CommonValue {
public static final Integer ML_MODEL_GROUP_INDEX_SCHEMA_VERSION = 2;
public static final Integer ML_MODEL_INDEX_SCHEMA_VERSION = 11;
public static final String ML_CONNECTOR_INDEX = ".plugins-ml-connector";
public static final String ML_CONVERSATION_META_INDEX = ".plugins-ml-conversation-meta";
public static final String ML_CONVERSATION_INTERACTIONS_INDEX = ".plugins-ml-conversation-interactions";
public static final Integer ML_TASK_INDEX_SCHEMA_VERSION = 2;
public static final Integer ML_CONNECTOR_SCHEMA_VERSION = 3;
public static final String ML_CONFIG_INDEX = ".plugins-ml-config";
Expand Down

0 comments on commit 16e123c

Please sign in to comment.