Skip to content

Commit

Permalink
Refactoring: JavaLangUtils moved one package higher
Browse files Browse the repository at this point in the history
- it has nothing to do with collections

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Nov 14, 2022
1 parent f5141f5 commit 1ffba62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -26,7 +26,7 @@
import org.jvnet.hk2.config.TransactionFailure;
import org.jvnet.hk2.config.types.Property;

import static com.sun.enterprise.universal.collections.JavaLangUtils.nonNull;
import static com.sun.enterprise.universal.JavaLangUtils.nonNull;


/**
Expand Down
Expand Up @@ -26,7 +26,7 @@
import org.jvnet.hk2.config.TransactionFailure;
import org.jvnet.hk2.config.types.Property;

import static com.sun.enterprise.universal.collections.JavaLangUtils.nonNull;
import static com.sun.enterprise.universal.JavaLangUtils.nonNull;


/**
Expand Down
Expand Up @@ -23,7 +23,7 @@

import org.glassfish.api.naming.SimpleJndiName;

import static com.sun.enterprise.universal.collections.JavaLangUtils.nonNull;
import static com.sun.enterprise.universal.JavaLangUtils.nonNull;

/**
* @author David Matejcek
Expand Down
Expand Up @@ -14,7 +14,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package com.sun.enterprise.universal.collections;
package com.sun.enterprise.universal;

import java.util.function.Function;
import java.util.function.Supplier;
Expand Down

0 comments on commit 1ffba62

Please sign in to comment.