summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 09:31:08 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 13:34:43 +0200
commit4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (patch)
tree5c32398c0d5ac30eed66fe4736558fb557e3d75b /qadevOOo/runner
parent5ca7fa8db244f225d680f86d6eceefa69eb35b6d (diff)
make some java methods private
found by UCDetector Change-Id: Ic2edbc85194731116aac34064238d11ef1926a98
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/convwatch/FilenameHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/FilenameHelper.java b/qadevOOo/runner/convwatch/FilenameHelper.java
index bc64b148ee62..8d7fcb08c755 100644
--- a/qadevOOo/runner/convwatch/FilenameHelper.java
+++ b/qadevOOo/runner/convwatch/FilenameHelper.java
@@ -56,7 +56,7 @@ abstract class FilenameHelper_impl implements Filenamer
{
m_nNumber = _n;
}
- void initMember()
+ private void initMember()
{
fs = System.getProperty("file.separator");
}