diff options
Diffstat (limited to 'admin/notes/java')
| -rw-r--r-- | admin/notes/java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/java b/admin/notes/java index 9a7c925e123..6895632be32 100644 --- a/admin/notes/java +++ b/admin/notes/java | |||
| @@ -453,7 +453,7 @@ See http://docs.oracle.com/en/java/javase/19/docs/specs/jni/intro.html | |||
| 453 | for more details. | 453 | for more details. |
| 454 | 454 | ||
| 455 | Java does not support `goto' statements, which it defines as reserved | 455 | Java does not support `goto' statements, which it defines as reserved |
| 456 | identifiers but does not assign any syntatic role. If you are in a | 456 | identifiers but does not assign any syntactic role. If you are in a |
| 457 | position where you must exercise `goto' to exit a block prematurely, you | 457 | position where you must exercise `goto' to exit a block prematurely, you |
| 458 | may define the block and exit it with a named `break' statement, thus: | 458 | may define the block and exit it with a named `break' statement, thus: |
| 459 | 459 | ||