summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/BuildEnvTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/BuildEnvTools.java')
-rw-r--r--qadevOOo/runner/helper/BuildEnvTools.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java
index 296b56877717..d8d17b116b23 100644
--- a/qadevOOo/runner/helper/BuildEnvTools.java
+++ b/qadevOOo/runner/helper/BuildEnvTools.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,9 +33,9 @@ import share.LogWriter;
import util.*;
/**
- * This class support you to execute some shell commands in a buld environment. At ervery call of commands
+ * This class support you to execute some shell commands in a buld environment. At ervery call of commands
* a build environment was created and the commands will be executed.
- *
+ *
*/
public class BuildEnvTools {
@@ -78,7 +78,7 @@ public class BuildEnvTools {
}
if(
(!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLS)) &&
- (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLI)) &&
+ (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLI)) &&
(!mPlatform.equalsIgnoreCase(PropertyName.UNXLNGI)) &&
(!mPlatform.equalsIgnoreCase(PropertyName.UNXMACXI))&&
(!mPlatform.equalsIgnoreCase(PropertyName.WNTMSCI)) ){
@@ -96,7 +96,7 @@ public class BuildEnvTools {
}
mCygwin = (param.getBool(PropertyName.CYGWIN));
-
+
if (error) {
throw new ParameterNotFoundException(msg);
}