mirror of https://github.com/apache/lucene.git
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:
parent
548618f4c0
commit
92b4f46fab
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue