Skip to content

Commit da02d69

Browse files
committed
resolves
1 parent 2ec4cc5 commit da02d69

File tree

1 file changed

+4
-1
lines changed
  • src/java.xml/share/classes/jdk/xml/internal

1 file changed

+4
-1
lines changed

src/java.xml/share/classes/jdk/xml/internal/Utils.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2023, 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
@@ -25,7 +25,10 @@
2525

2626
package jdk.xml.internal;
2727

28+
import java.lang.reflect.Array;
2829
import java.util.Arrays;
30+
import java.util.Objects;
31+
import java.util.stream.Stream;
2932

3033
/**
3134
* General utility. Use JdkXmlUtils for XML processing related functions.

0 commit comments

Comments
 (0)