aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/java
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/java')
-rw-r--r--admin/notes/java2
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
453for more details. 453for more details.
454 454
455Java does not support `goto' statements, which it defines as reserved 455Java does not support `goto' statements, which it defines as reserved
456identifiers but does not assign any syntatic role. If you are in a 456identifiers but does not assign any syntactic role. If you are in a
457position where you must exercise `goto' to exit a block prematurely, you 457position where you must exercise `goto' to exit a block prematurely, you
458may define the block and exit it with a named `break' statement, thus: 458may define the block and exit it with a named `break' statement, thus:
459 459