summaryrefslogtreecommitdiff
path: root/ext/java/org/jruby/ext/psych/PsychToRuby.java
diff options
context:
space:
mode:
Diffstat (limited to 'ext/java/org/jruby/ext/psych/PsychToRuby.java')
-rw-r--r--ext/java/org/jruby/ext/psych/PsychToRuby.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/java/org/jruby/ext/psych/PsychToRuby.java b/ext/java/org/jruby/ext/psych/PsychToRuby.java
index 8286837..510e353 100644
--- a/ext/java/org/jruby/ext/psych/PsychToRuby.java
+++ b/ext/java/org/jruby/ext/psych/PsychToRuby.java
@@ -29,14 +29,15 @@ package org.jruby.ext.psych;
import org.jruby.Ruby;
import org.jruby.RubyClass;
+import org.jruby.RubyException;
import org.jruby.RubyModule;
import org.jruby.RubyObject;
-import org.jruby.RubyException;
import org.jruby.anno.JRubyMethod;
import org.jruby.exceptions.RaiseException;
import org.jruby.runtime.ThreadContext;
import org.jruby.runtime.builtin.IRubyObject;
-import static org.jruby.runtime.Visibility.*;
+
+import static org.jruby.runtime.Visibility.PRIVATE;
public class PsychToRuby {
public static void initPsychToRuby(Ruby runtime, RubyModule psych) {