Skip to content

Commit

Permalink
Improve classes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Jan 23, 2025
1 parent 6c85018 commit ee07cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@

import com.wazuh.commandmanager.CommandManagerPlugin;

/**
* Model that represents the list of Orders to store in the index {@link
* CommandManagerPlugin#INDEX_NAME}
*/
/** Model that stores a list of Orders to be indexed at {@link CommandManagerPlugin#INDEX_NAME} */
public class Orders implements ToXContentObject {
public static final String ORDERS = "_orders";
public static final String ID = "_id";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutionException;

/** Utility class for performing search operations. */
/** Utility class for performing generic search operations on the OpenSearch cluster. */
public class Search {
private static final Logger log = LogManager.getLogger(Search.class);

Expand Down

0 comments on commit ee07cb3

Please sign in to comment.