Task4: Removed FIXME tag

This commit is contained in:
2023-03-23 17:19:50 +11:00
parent f2747a9582
commit 605f94c4c3

View File

@@ -144,7 +144,7 @@ public class BlueLagoon {
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
return false; return false;
} }
return true; ///FIXME TASK 4. return true;
} }
/** /**