summaryrefslogtreecommitdiff
path: root/connectivity/com/sun
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 11:39:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:23 +0200
commit70f56bc22fe952c75ec714e05e1bb5296491a36a (patch)
treeaf4b3cf94e84cc2f5bf57c002f264eb44c3558af /connectivity/com/sun
parent2b3a801014b4891cd24ee4b61206652ff1cc6e73 (diff)
java: reduce scope, make member classes private
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
Diffstat (limited to 'connectivity/com/sun')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
index fd9a6b5b90bc..e71c42a9963c 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
@@ -70,7 +70,7 @@ public class StorageFileAccess implements org.hsqldb.lib.FileAccess{
}
}
- public class FileSync implements FileAccess.FileSync
+ private class FileSync implements FileAccess.FileSync
{
private NativeOutputStreamHelper os;
private FileSync(NativeOutputStreamHelper _os)