diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-15 08:54:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-15 09:23:16 +0200 |
commit | a1624a8ecd933f9efde940eea8ac0cc1db63cd5d (patch) | |
tree | d8f3c92bd28551f09ea4713f312515afeb2a48bd /reportbuilder | |
parent | 301764855ed9f4a4c28b98013361f7174e0f7c7b (diff) |
cid#1327023 to cid#1327077 SIC: Inner class could be made static
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java b/reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java index 3596413c0b7f..99aa6d43d231 100644 --- a/reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java +++ b/reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java @@ -130,7 +130,7 @@ public class SDBCReportDataFactory implements DataSourceFactory } } - private class ParameterDefinition + private static class ParameterDefinition { private int parameterCount = 0; private final ArrayList<Integer> parameterIndex = new ArrayList<Integer>(); |