summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-10 15:36:24 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-11 06:09:03 +0000
commit7557f23b31dcfb4d86c122bb34d9675c0db9a694 (patch)
tree5feb7be2b0841d8ee60d935cf2e29e9a01a31a27 /comphelper
parentDeteremine the script type of source cell during paste replication. (diff)
downloadcore-7557f23b31dcfb4d86c122bb34d9675c0db9a694.tar.gz
core-7557f23b31dcfb4d86c122bb34d9675c0db9a694.zip
java: reduce visibility of fields and methods
found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
index 40c2714cc940..9167b097c776 100644
--- a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
+++ b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
@@ -37,7 +37,7 @@ import static org.junit.Assert.*;
class TestHelper
{
- String m_sTestPrefix;
+ private String m_sTestPrefix;
/** Creates a new instance of TestHelper
*/