Skip to content

Commit

Permalink
Added comment about a warning, no functional change.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1649930 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
adrian-crum committed Jan 6, 2015
1 parent 2db43bd commit bab372e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/start/src/org/ofbiz/base/start/Classpath.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public boolean addComponent(File component) {
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) {}
Expand Down

0 comments on commit bab372e

Please sign in to comment.