Kaydet (Commit) 612acf54 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327027 SIC: Inner class could be made static

Change-Id: I9c36aa362e58de724c63b9d23334eabfc973ee42
üst 385e9afe
...@@ -163,7 +163,7 @@ public abstract class BaseNLPSolver extends WeakBase ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment