Skip to content

Commit bc518a6

Browse files
committed
8355240: Remove unused Import in StringUTF16
Reviewed-by: rgiulietti
1 parent a8c6ff1 commit bc518a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/java.base/share/classes/java/lang/StringUTF16.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2025, 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
@@ -39,7 +39,6 @@
3939
import jdk.internal.vm.annotation.IntrinsicCandidate;
4040

4141
import static java.lang.String.UTF16;
42-
import static java.lang.String.LATIN1;
4342

4443
final class StringUTF16 {
4544

0 commit comments

Comments
 (0)