summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ProcessHandler.java')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java4
1 files changed, 2 insertions, 2 deletions
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;
}