summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r--qadevOOo/runner/helper/ComplexDescGetter.java2
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/ComplexDescGetter.java b/qadevOOo/runner/helper/ComplexDescGetter.java
index 1c2099cce8d9..e92cce05d77c 100644
--- a/qadevOOo/runner/helper/ComplexDescGetter.java
+++ b/qadevOOo/runner/helper/ComplexDescGetter.java
@@ -33,7 +33,7 @@ import complexlib.ComplexTestCase;
public class ComplexDescGetter extends DescGetter
{
- ComplexTest testClass;
+ private ComplexTest testClass;
/** Creates new ComplexDescGetter */
public ComplexDescGetter()
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 332eb52f5a83..9e0b352e55eb 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -729,7 +729,7 @@ public class ProcessHandler
* @return <code>true</code> if the external command was
* found and successfully started.
*/
- public boolean isStarted()
+ private boolean isStarted()
{
return isStarted;
}
@@ -741,7 +741,7 @@ public class ProcessHandler
* @return <code>true</code> if the command correctly starts,
* exits and was not interrupted due to timeout.
*/
- public boolean isFinished()
+ private boolean isFinished()
{
return isFinished;
}