DS-4166 community feedback: improved javadocs and comments

This commit is contained in:
Andrea Bollini
2019-04-05 13:30:36 +02:00
parent 20a0e42098
commit f8cedefa29
3 changed files with 22 additions and 2 deletions

View File

@@ -58,8 +58,8 @@ public class IndexClient {
Context context = new Context(Context.Mode.READ_ONLY);
context.turnOffAuthorisationSystem();
String usage = "org.dspace.discovery.IndexClient [-cbhf] | [-r <handle>] | [-i <handle>] | [-item_uuid " +
"<uuid>] or nothing to update/clean an existing index.";
String usage = "org.dspace.discovery.IndexClient [-cbhf] | [-r <handle>] | [-i <handle>] or nothing to " +
"update/clean an existing index.";
Options options = new Options();
HelpFormatter formatter = new HelpFormatter();
CommandLine line = null;