1
0
Fork 0

Ui methods category fix.

pull/1/head
selim 2023-12-27 19:16:45 +01:00
parent 347d36a669
commit fd91996029
1 changed files with 3 additions and 2 deletions

View File

@ -502,8 +502,6 @@ public class Spreadsheet {
} }
} }
///--- ui methods
/** /**
* This method updates all cells value by provided formula. * This method updates all cells value by provided formula.
* *
@ -515,6 +513,9 @@ public class Spreadsheet {
evaluateCell(r, c); evaluateCell(r, c);
} }
///--- ui methods
/** /**
* This method scans and evaluates the user input. * This method scans and evaluates the user input.
* *