coverity#1327027 SIC: Inner class could be made static
Change-Id: I9c36aa362e58de724c63b9d23334eabfc973ee42
This commit is contained in:
parent
385e9afea2
commit
612acf5400
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public abstract class BaseNLPSolver extends WeakBase
|
|||
return m_variables;
|
||||
}
|
||||
|
||||
private class RowInfo {
|
||||
private static class RowInfo {
|
||||
private short Sheet;
|
||||
private int Row;
|
||||
private int StartCol;
|
||||
|
|
Loading…
Reference in a new issue