Task4: Removed FIXME tag

This commit is contained in:
Nathan Woodburn 2023-03-23 17:19:50 +11:00
parent f2747a9582
commit 605f94c4c3
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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