Removed unnecessary code.
parent
47d2db4f40
commit
a127ce585b
|
@ -161,8 +161,6 @@ public class Spreadsheet {
|
|||
sb.append(String.format("%2s", rc++) + ": ");
|
||||
|
||||
for (Cell c : r) {
|
||||
if (c == null || c.isEmpty())
|
||||
c.setValue(" ");
|
||||
sb.append(c + " | ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue