summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-15 08:54:31 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 09:23:16 +0200
commita1624a8ecd933f9efde940eea8ac0cc1db63cd5d (patch)
treed8f3c92bd28551f09ea4713f312515afeb2a48bd /qadevOOo/runner
parent301764855ed9f4a4c28b98013361f7174e0f7c7b (diff)
cid#1327023 to cid#1327077 SIC: Inner class could be made static
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java2
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index 76e6e2671012..3f37c57fc747 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -712,7 +712,7 @@ public class OfficeProvider implements AppProvider
}
- private class OfficeWatcherPing extends Thread
+ private static class OfficeWatcherPing extends Thread
{
private final OfficeWatcher ow;
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index e32eb796c78f..999a0097fd8e 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -625,7 +625,7 @@ public class ProcessHandler
bUseOutput = false;
}
- private class ProcessWatcher extends Thread
+ private static class ProcessWatcher extends Thread
{
private int m_nTimeoutInSec;