Skip to content

Commit

Permalink
6381945: (cal) Japanese calendar unit test system should avoid multip…
Browse files Browse the repository at this point in the history
…le static imports

Backport-of: f79b3d42f07b703f0e3b9fc67c92dee260b0e602
  • Loading branch information
Sonia Zaldana Calles authored and GoeLin committed Nov 9, 2023
1 parent 6038e04 commit a2ef248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jdk/java/util/Calendar/CalendarTestScripts/Symbol.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2023, 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
Expand All @@ -26,7 +26,6 @@
import java.util.Locale;
import java.util.Map;

import static java.util.Calendar.*;
import static java.util.GregorianCalendar.*;

public class Symbol {
Expand Down

1 comment on commit a2ef248

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.