| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | * Portions Copyright 2006-2008 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.util; |
| | | |
| | |
| | | "org.opends.server.UseLastKnownGoodConfiguration"; |
| | | |
| | | |
| | | /** |
| | | * The name of the system property that can be used to configure the |
| | | * server to report etimes in nanoseconds instead of milliseconds. |
| | | */ |
| | | public static final String PROPERTY_ETIME_NANO = |
| | | "org.opends.server.etime.nano"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The column at which to wrap long lines of output in the command-line tools. |