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

jvergara
02.00.2008 9f05da86b2d6d99bcd2345811c985b64626873b0
opendj-sdk/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"));
  }