Skip to content

Commit eca6ea4

Browse files
committedOct 12, 2023
8317873: Add @sealedGraph to IllegalFormatException
Reviewed-by: naoto, iris
1 parent 2edf9c3 commit eca6ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/java.base/share/classes/java/util/IllegalFormatException.java

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* explicit subtypes of this exception which correspond to specific errors
3232
* should be instantiated.
3333
*
34+
* @sealedGraph
3435
* @since 1.5
3536
*/
3637
public sealed class IllegalFormatException extends IllegalArgumentException

0 commit comments

Comments
 (0)
Please sign in to comment.