We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07db245 commit c990ba7Copy full SHA for c990ba7
FogCarport/src/main/java/logic/PartslistLogic.java
@@ -63,6 +63,7 @@ PartslistModel getSimpleBOM(String height, String length, String width, String s
63
// If the checkbox wasn't selected, then shed == null.
64
// So we can check for null by doing it like this.
65
// If you do shed.equals("y") then it throws a nullpointerexception.
66
+ // delete this
67
{
68
hasShed = true;
69
}
0 commit comments