Skip to content

Commit 98cb785

Browse files
committed
Remove unused imports
1 parent 0a5f6e7 commit 98cb785

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

java/src/json/ext/Generator.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
*/
66
package json.ext;
77

8-
import org.jcodings.Encoding;
9-
import org.jcodings.specific.ASCIIEncoding;
10-
import org.jcodings.specific.USASCIIEncoding;
118
import org.jcodings.specific.UTF8Encoding;
129
import org.jruby.Ruby;
1310
import org.jruby.RubyArray;
@@ -19,16 +16,12 @@
1916
import org.jruby.RubyFloat;
2017
import org.jruby.RubyHash;
2118
import org.jruby.RubyString;
22-
import org.jruby.RubySymbol;
23-
import org.jruby.RubyException;
2419
import org.jruby.runtime.Helpers;
2520
import org.jruby.runtime.ThreadContext;
2621
import org.jruby.runtime.builtin.IRubyObject;
2722
import org.jruby.util.ByteList;
28-
import org.jruby.exceptions.RaiseException;
2923
import org.jruby.util.ConvertBytes;
3024
import org.jruby.util.IOOutputStream;
31-
import org.jruby.util.StringSupport;
3225
import org.jruby.util.TypeConverter;
3326

3427
import java.io.BufferedOutputStream;

0 commit comments

Comments
 (0)