We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc8094d + ad3e114 commit b9c14d7Copy full SHA for b9c14d7
session-1/InstanceOfAndSwitchEvolution/src/patternmatching/SwitchEvolution.java
@@ -78,7 +78,7 @@ public String beforeJdk14(Animal animal){
78
}
79
80
/**
81
- * e.g. Conditionals on object after JDK 17 (finalised) :
+ * e.g. Conditionals on object after JDK 17 (preview) :
82
* switch can support nulls, objects, type pattern matching with guarded pattern
83
* @param animal we're performing conditional checks on this object
84
* @return sound that animal makes
0 commit comments