From 36deed0ccc64ad18ea7e313579ac94344dabe5ba Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Wed, 11 Dec 2024 14:17:02 -0800 Subject: [PATCH] Remove conditional logic in tests for unsupported JDK versions JDK 17 is now the minimum supported version. PiperOrigin-RevId: 705237702 --- .../java/FormatterIntegrationTest.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/src/test/java/com/google/googlejavaformat/java/FormatterIntegrationTest.java b/core/src/test/java/com/google/googlejavaformat/java/FormatterIntegrationTest.java index b83be477..6a73da18 100644 --- a/core/src/test/java/com/google/googlejavaformat/java/FormatterIntegrationTest.java +++ b/core/src/test/java/com/google/googlejavaformat/java/FormatterIntegrationTest.java @@ -48,20 +48,6 @@ public class FormatterIntegrationTest { private static final ImmutableMultimap VERSIONED_TESTS = ImmutableMultimap.builder() - .putAll( - 14, - "I477", - "Records", - "RSLs", - "Var", - "ExpressionSwitch", - "I574", - "I594", - "SwitchComment", - "B380299722") - .putAll(15, "I603") - .putAll(16, "I588", "Sealed") - .putAll(17, "I683", "I684", "I696") .putAll( 21, "SwitchGuardClause",