Skip to content

Commit f79b3d4

Browse files
justin-curtis-lunaotoj
authored andcommitted
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
Reviewed-by: lancea, iris, naoto
1 parent f36f135 commit f79b3d4

File tree

1 file changed

+1
-2
lines changed
  • test/jdk/java/util/Calendar/CalendarTestScripts

1 file changed

+1
-2
lines changed

test/jdk/java/util/Calendar/CalendarTestScripts/Symbol.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,6 @@
2626
import java.util.Locale;
2727
import java.util.Map;
2828

29-
import static java.util.Calendar.*;
3029
import static java.util.GregorianCalendar.*;
3130

3231
public class Symbol {

0 commit comments

Comments
 (0)