JRuby

org.jruby.Ruby#initLibraries little fix

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: JRuby 1.0.0RC1
  • Fix Version/s: JRuby 1.0.0RC1
  • Component/s: Core Classes/Modules
  • Labels:
    None
  • Number of attachments :
    0

Description

Hi,

Ruby.java.pathc
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);

Activity

Hide
Thomas E Enebo added a comment -

Thanks for the patch (and sorry for spelling your name Soichiro versus Koichiro in commit comments). Fixed in commit 3645

Show
Thomas E Enebo added a comment - Thanks for the patch (and sorry for spelling your name Soichiro versus Koichiro in commit comments). Fixed in commit 3645

People

Vote (0)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: