We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c6ff1 commit bc518a6Copy full SHA for bc518a6
src/java.base/share/classes/java/lang/StringUTF16.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,6 @@
39
import jdk.internal.vm.annotation.IntrinsicCandidate;
40
41
import static java.lang.String.UTF16;
42
-import static java.lang.String.LATIN1;
43
44
final class StringUTF16 {
45
0 commit comments