ceki 2004/03/24 01:41:08
Modified: src/java/org/apache/log4j/helpers IntializationUtil.java
Log:
Minor documentation improvement
Revision Changes Path
1.3 +2 -1
logging-log4j/src/java/org/apache/log4j/helpers/IntializationUtil.java
Index: IntializationUtil.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/helpers/IntializationUtil.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IntializationUtil.java 27 Feb 2004 16:47:31 -0000 1.2
+++ IntializationUtil.java 24 Mar 2004 09:41:08 -0000 1.3
@@ -69,7 +69,8 @@
url = new URL(configuratonResourceStr);
} catch (MalformedURLException ex) {
// so, resource is not a URL:
- // attempt to get the resource from the class path
+ // attempt to get the resource from the class loader path
+ // Please refer to Loader.getResource documentation.
url = Loader.getResource(configuratonResourceStr);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]