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 2ec4cc5 commit da02d69Copy full SHA for da02d69
src/java.xml/share/classes/jdk/xml/internal/Utils.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2023, 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
@@ -25,7 +25,10 @@
25
26
package jdk.xml.internal;
27
28
+import java.lang.reflect.Array;
29
import java.util.Arrays;
30
+import java.util.Objects;
31
+import java.util.stream.Stream;
32
33
/**
34
* General utility. Use JdkXmlUtils for XML processing related functions.
0 commit comments