Skip to content

Commit b9c14d7

Browse files
authored
Merge pull request TalenticaSoftware#3 from TalenticaSoftware/session-1
Fix javadoc : incorrect information fixed
2 parents dc8094d + ad3e114 commit b9c14d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session-1/InstanceOfAndSwitchEvolution/src/patternmatching/SwitchEvolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public String beforeJdk14(Animal animal){
7878
}
7979

8080
/**
81-
* e.g. Conditionals on object after JDK 17 (finalised) :
81+
* e.g. Conditionals on object after JDK 17 (preview) :
8282
* switch can support nulls, objects, type pattern matching with guarded pattern
8383
* @param animal we're performing conditional checks on this object
8484
* @return sound that animal makes

0 commit comments

Comments
 (0)