Skip to content

Commit

Permalink
JEXL-414: fixing wrong import order;
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Biestro committed Nov 18, 2023
1 parent 75e38cb commit 4ca9468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
*/
package org.apache.commons.jexl3.internal;

import java.lang.ref.SoftReference;
import java.util.Collection;
import java.util.Collections;
import java.util.Map;
import java.lang.ref.SoftReference;

import com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
*/
package org.apache.commons.jexl3.internal;

import java.lang.ref.SoftReference;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.lang.ref.SoftReference;

import org.apache.commons.jexl3.JexlCache;

Expand Down

0 comments on commit 4ca9468

Please sign in to comment.