Skip to content

Commit 84bea05

Browse files
committed
no message
1 parent 2eac3ed commit 84bea05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assignment2/src/academy/pocu/comp2500/assignment2/ProductOption.java

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ public class ProductOption extends Product {
88
protected OrientationType orientation;
99
protected static final int ADD_COST = 5;
1010

11+
protected ProductOption() {
12+
13+
}
14+
1115
public void addAperture(Aperture aperture) {
1216
this.apertures.add(aperture);
1317

0 commit comments

Comments
 (0)