coverity#1327068 SIC: Inner class could be made static
Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb
This commit is contained in:
parent
ba27090ae1
commit
5e89fc23a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue