summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/OSHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/OSHelper.java')
-rw-r--r--qadevOOo/runner/helper/OSHelper.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/OSHelper.java b/qadevOOo/runner/helper/OSHelper.java
index 1e66709b6b5b..41a10004f766 100644
--- a/qadevOOo/runner/helper/OSHelper.java
+++ b/qadevOOo/runner/helper/OSHelper.java
@@ -20,7 +20,6 @@ package helper;
/**
* Helper object, to identify the current Operation System.
- * @author ll93751
*/
public class OSHelper
{
@@ -33,8 +32,6 @@ public class OSHelper
}
return false;
}
- // not need
- // public static boolean isUnix()
public static boolean isSolarisIntel()
{
if ( ( System.getProperty("os.name").toLowerCase().startsWith("solaris") ||