Skip to content

Commit

Permalink
ref. mozilla#780 Undo non-spotless change made by IntelliJ "Optimize …
Browse files Browse the repository at this point in the history
…imports"
  • Loading branch information
dcitron committed Jul 3, 2022
1 parent 3b0002a commit c9a036a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/org/mozilla/javascript/ScriptableObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import java.util.Map;
import java.util.function.Consumer;
import java.util.function.Supplier;

import org.mozilla.javascript.ScriptRuntime.StringIdOrIndex;
import org.mozilla.javascript.annotations.JSConstructor;
import org.mozilla.javascript.annotations.JSFunction;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import java.util.HashMap;
import java.util.Map;

import org.junit.Test;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.Scriptable;
Expand Down

0 comments on commit c9a036a

Please sign in to comment.