coverity#1327068 SIC: Inner class could be made static

Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb
This commit is contained in:
Caolán McNamara 2015-11-03 13:13:47 +00:00
parent ba27090ae1
commit 5e89fc23a8

View file

@ -64,7 +64,7 @@ public class SDBCReportDataFactory implements DataSourceFactory
private static final String ESCAPEPROCESSING = "EscapeProcessing";
private class RowSetProperties
private static class RowSetProperties
{
final Boolean escapeProcessing;