Skip to content

Commit 8b140e2

Browse files
committed
8297152: Add a @sealedGraph tag to ZoneId
Reviewed-by: iris, joehw
1 parent 992f209 commit 8b140e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java.base/share/classes/java/time/ZoneId.java

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
* modelling offset-based IDs. This difference is visible in serialization.
175175
*
176176
* @since 1.8
177+
* @sealedGraph
177178
*/
178179
@jdk.internal.ValueBased
179180
public abstract sealed class ZoneId implements Serializable permits ZoneOffset, ZoneRegion {

0 commit comments

Comments
 (0)