From 2352da05efa66e29a0f041290cb841b483ae72d8 Mon Sep 17 00:00:00 2001 From: Nizar Benalla Date: Wed, 3 Jun 2026 10:42:38 +0000 Subject: [PATCH] 8385836: Update comment in SourceVersion for language evolution history for changes in 27 Reviewed-by: darcy, iris --- .../share/classes/javax/lang/model/SourceVersion.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java b/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java index 2835143dc4e..a5d3a523434 100644 --- a/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java +++ b/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -87,7 +87,8 @@ public enum SourceVersion { * third preview) * 26: no changes (primitive Types in Patterns, instanceof, and * switch in fourth preview) - * 27: tbd + * 27: no changes (primitive Types in Patterns, instanceof, and + * switch in fifth preview) */ /**