Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ievgenii.Shepeliuk authored and Gregory Brail committed Sep 4, 2015
1 parent 25dfd02 commit ff6aede
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -6,7 +6,14 @@

package org.mozilla.javascript.typedarrays;

import org.mozilla.javascript.*;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.ExternalArrayData;
import org.mozilla.javascript.IdFunctionObject;
import org.mozilla.javascript.NativeArray;
import org.mozilla.javascript.NativeArrayIterator;
import org.mozilla.javascript.ScriptRuntime;
import org.mozilla.javascript.Scriptable;
import org.mozilla.javascript.Undefined;

import java.lang.reflect.Array;
import java.util.Collection;
Expand Down

0 comments on commit ff6aede

Please sign in to comment.