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

boli
31.13.2007 ad8d15f8f5533ccf89dd8134f4f369b97429a022
Fixed a typo in the DBTest tool help.

Fix for issue 2191
2 files modified
4 ■■■■ changed files
opends/src/messages/messages/tools.properties 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/loggers/debug/package-info.java 2 ●●● patch | view | raw | blame | history
opends/src/messages/messages/tools.properties
@@ -1931,7 +1931,7 @@
INFO_DESCRIPTION_DBTEST_DATABASE_NAME_1333=The name of the database container \
  to debug
INFO_DESCRIPTION_DBTEST_SKIP_DECODE_1334=Do not try to decode the JE data to \
  their appropreate types
  their appropriate types
MILD_ERR_DBTEST_DECODE_FAIL_1335=An error occured while decoding data: %s
INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS_1336=List the status of \
  indexes in a entry container
opends/src/server/org/opends/server/loggers/debug/package-info.java
@@ -34,7 +34,7 @@
 * concerns across server code base at weave time during the build process. If
 * the weaving step is skipped, the debug logging framework is disabled.
 * The AspectJ aspect defined in the Tracer class is used to automatically trace
 * method entry and exit events and generate the appropreate debug messages. It
 * method entry and exit events and generate the appropriate debug messages. It
 * also keeps track of the source location of debug message calls so information
 * about the class, method, line number, and threads are automatically included
 * in the debug message.