From afa089fedd62a29826d57cc34293ad5e0e6a4efd Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Wed, 26 Mar 2014 13:15:01 +0000
Subject: [PATCH] Replaced OperatingSystem class by its SDK class.

---
 opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java b/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java
index c6a0160..86f7ec5 100644
--- a/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java
+++ b/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java
@@ -48,7 +48,6 @@
 import org.opends.server.core.DirectoryServer;
 import org.opends.server.core.SchemaConfigManager;
 import org.opends.server.util.ChangeOperationType;
-import org.opends.server.util.SetupUtils;
 import org.opends.server.util.StaticUtils;
 
 import static org.opends.messages.ConfigMessages.INFO_CONFIG_FILE_HEADER;
@@ -261,30 +260,6 @@
   }
 
   /**
-   * Returns <CODE>true</CODE> if we are running under windows and
-   * <CODE>false</CODE> otherwise.
-   *
-   * @return <CODE>true</CODE> if we are running under windows and
-   *         <CODE>false</CODE> otherwise.
-   */
-  static boolean isWindows()
-  {
-    return SetupUtils.isWindows();
-  }
-
-  /**
-   * Returns <CODE>true</CODE> if we are running under Unix and
-   * <CODE>false</CODE> otherwise.
-   *
-   * @return <CODE>true</CODE> if we are running under Unix and
-   *         <CODE>false</CODE> otherwise.
-   */
-  static boolean isUnix()
-  {
-    return SetupUtils.isUnix();
-  }
-
-  /**
    * Determines whether one file is the parent of another.
    *
    * @param ancestor

--
Gitblit v1.10.0