org.jruby.Ruby#initLibraries little fix ---------------------------------------
Key: JRUBY-930 URL: http://jira.codehaus.org/browse/JRUBY-930 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.0.0RC1 Reporter: Koichiro Ohba Hi, {code:title=Ruby.java.pathc|borderStyle=solid} Index: src/org/jruby/Ruby.java =================================================================== --- src/org/jruby/Ruby.java (revision 3643) +++ src/org/jruby/Ruby.java (working copy) @@ -614,7 +614,7 @@ } private void initLibraries() { - loadService = config.createLoadService(this);new LoadService(this); + loadService = config.createLoadService(this); registerBuiltin("java.rb", new Library() { public void load(Ruby runtime) throws IOException { Java.createJavaModule(runtime); {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email