coverity#1327027 SIC: Inner class could be made static

Change-Id: I9c36aa362e58de724c63b9d23334eabfc973ee42
This commit is contained in:
Caolán McNamara
2015-11-03 13:10:57 +00:00
parent 385e9afea2
commit 612acf5400

View File

@@ -163,7 +163,7 @@ public abstract class BaseNLPSolver extends WeakBase
return m_variables; return m_variables;
} }
private class RowInfo { private static class RowInfo {
private short Sheet; private short Sheet;
private int Row; private int Row;
private int StartCol; private int StartCol;