coverity#1327068 SIC: Inner class could be made static
Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user