Skip to content

Commit c990ba7

Browse files
committed
commit to new master
1 parent 07db245 commit c990ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FogCarport/src/main/java/logic/PartslistLogic.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ PartslistModel getSimpleBOM(String height, String length, String width, String s
6363
// If the checkbox wasn't selected, then shed == null.
6464
// So we can check for null by doing it like this.
6565
// If you do shed.equals("y") then it throws a nullpointerexception.
66+
// delete this
6667
{
6768
hasShed = true;
6869
}

0 commit comments

Comments
 (0)