summaryrefslogtreecommitdiff
path: root/connectivity
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 /connectivity
parent301764855ed9f4a4c28b98013361f7174e0f7c7b (diff)
cid#1327023 to cid#1327077 SIC: Inner class could be made static
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
Diffstat (limited to 'connectivity')
-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 3e8a687f1e9f..0dd640c4ec57 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java
@@ -66,7 +66,7 @@ public class StorageFileAccess implements org.hsqldb.lib.FileAccess{
}
}
- private class FileSync implements FileAccess.FileSync
+ private static class FileSync implements FileAccess.FileSync
{
private final NativeOutputStreamHelper os;
private FileSync(NativeOutputStreamHelper _os)