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

Jean-Noel Rouvignac
24.48.2015 884e664a8aed0fdc46dc3815761447f679395e37
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
@@ -89,7 +89,7 @@
   * Example usage:
   * <pre>
   * int _10KB = 10 * KB;
   * <pre>
   * </pre>
   */
  public static final int KB = 1024;
  /**
@@ -98,7 +98,7 @@
   * Example usage:
   * <pre>
   * int _10MB = 10 * MB;
   * <pre>
   * </pre>
   */
  public static final int MB = KB * KB;