File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/main/java/com/google/hashcode/utils Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ public static String convertToHumanReadableTable(Cell[][] ingredients) {
8686
8787
8888 /**
89- * this method formats data for output to file
90- * @see issue 1 description
91- * @see task description
92- *
93- * @author github.com/VadimKlindukhov skype: kv_vadim
94- * @param list — inner representation of pizza
95- * @return long String that contains output data
96- */
89+ * this method formats data for output to file
90+ * @see issue 1 description
91+ * @see task description
92+ *
93+ * @author github.com/VadimKlindukhov skype: kv_vadim
94+ * @param list — inner representation of pizza
95+ * @return long String that contains output data
96+ */
9797 public static String outputFormat (List <List <Cell >> list ){
9898 Comparator <Cell > cellComparator = (Cell c1 , Cell c2 ) ->{
9999 if (c1 .x != c2 .x ){
You can’t perform that action at this time.
0 commit comments