Skip to content

Commit e32b06c

Browse files
committed
Initial commit
1 parent 38eb502 commit e32b06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/mvpjava/OptionalDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public static void main(String[] args) {
2020
OptionalDemo demo = new OptionalDemo();
2121
// Un-comment one at a time as per tutorial
2222

23-
// demo.theProblem();
24-
// demo.theSolutionInTherory();
23+
demo.theProblem();
24+
// demo.theSolutionInTherory();
2525
// demo.HowToCreateOptionals();
2626
// demo.getValuesOutOfOptionalsUnguarded();
2727
// demo.HowToRetrieveValuesFromOptionalSimpleImperative();

0 commit comments

Comments
 (0)