fix old pre-multicore comments that refer to singletons that are no longer singletons

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2007-10-26 04:46:51 +00:00
parent 548618f4c0
commit 92b4f46fab
1 changed files with 6 additions and 3 deletions

View File

@ -376,12 +376,15 @@ public class Config {
return normalizeDir( home ); return normalizeDir( home );
} }
/** Singleton classloader loading resources specified in any configs */ /**
* Classloader loading resources specified in any configs
* @see #getClassLoader()
*/
private ClassLoader classLoader = null; private ClassLoader classLoader = null;
/** /**
* Returns the singleton classloader to be use when loading resources * Returns the classloader to be use when loading resources
* specified in any configs. * specified in this config
* *
* <p> * <p>
* This loader will delegate to the context classloader when possible, * This loader will delegate to the context classloader when possible,