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

boli
17.11.2010 1c73a49470fceb6c8b43cc7bb51f49e7e0ba7667
sdk/src/com/sun/opends/sdk/tools/Utils.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package com.sun.opends.sdk.tools;
@@ -616,7 +616,7 @@
          // It's an end-of-line character, so append it as-is.
          buffer.append(line);
        }
        else if (line.length() < width)
        else if (line.length() <= width)
        {
          // The line fits in the specified width, so append it as-is.
          buffer.append(padding);