Issue Details (XML | Word | Printable)

Key: JRUBY-930
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Koichiro Ohba
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JRuby

org.jruby.Ruby#initLibraries little fix

Created: 11/May/07 01:26 AM   Updated: 22/May/07 05:53 PM
Component/s: Core Classes/Modules
Affects Version/s: JRuby 1.0.0RC1
Fix Version/s: JRuby 1.0.0RC1

Time Tracking:
Not Specified


 Description  « Hide
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);


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas E Enebo added a comment - 12/May/07 06:16 PM
Thanks for the patch (and sorry for spelling your name Soichiro versus Koichiro in commit comments). Fixed in commit 3645