You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/01/06 21:17:47 UTC

svn commit: r1649930 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java

Author: adrianc
Date: Tue Jan  6 20:17:46 2015
New Revision: 1649930

URL: http://svn.apache.org/r1649930
Log:
Added comment about a warning, no functional change.

Modified:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java?rev=1649930&r1=1649929&r2=1649930&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Classpath.java Tue Jan  6 20:17:46 2015
@@ -60,6 +60,7 @@ public class Classpath {
                         return true;
                     }
                 } else {
+                    // In most cases, this warning can be ignored. The JRE-supplied class path may include non-existent paths.
                     System.out.println("Warning : Module classpath component '" + component + "' is not valid and will be ignored...");
                 }
             } catch (IOException e) {}