You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/22 19:28:28 UTC

svn commit: r817738 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java

Author: mturk
Date: Tue Sep 22 17:28:28 2009
New Revision: 817738

URL: http://svn.apache.org/viewvc?rev=817738&view=rev
Log:
Oops. Copy/paste typo

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java?rev=817738&r1=817737&r2=817738&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Loader.java Tue Sep 22 17:28:28 2009
@@ -179,7 +179,7 @@
         boolean rc = false;
         String [] md = Properties.getArray("library.load." + module, null);
         if (md != null) {
-            for (int i = 0; i < Properties.NATIVE_LIBS.length; i++) {
+            for (int i = 0; i < md.length; i++) {
                 boolean s = Library.load(md[i]);
                 if (i == (md.length - 1)) {
                     /* Record the result of the last entry in the