mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
24.47.2007 9c53e3485d3e463248f388ad23b75e223c29b32b
Add missing periods to the end of javadoc descriptions.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/tools/ToolConstants.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -647,12 +647,12 @@
  public static final String OPTION_LONG_SERVER_ROOT = "serverRoot";
  /**
   * Value for the quiet option short form
   * Value for the quiet option short form.
   */
  public static final Character OPTION_SHORT_QUIET = 'Q';
  /**
   * Value for the quiet option long form
   * Value for the quiet option long form.
   */
  public static final String OPTION_LONG_QUIET = "quiet";
}