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