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

jvergara
02.00.2008 91b56edf3ef228cb8e29df9e57a6605a5ce9557c
opends/src/server/org/opends/server/util/SetupUtils.java
@@ -260,7 +260,7 @@
   * Commodity method to help identifying the OS we are running on.
   * @return the OperatingSystem we are running on.
   */
  private static OperatingSystem getOperatingSystem()
  public static OperatingSystem getOperatingSystem()
  {
    return OperatingSystem.forName(System.getProperty("os.name"));
  }