Home
last modified time | relevance | path

Searched refs:storeImplementationClass (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java324 String storeImplementationClass in createFactoryStore() local
326 if (storeImplementationClass == null) { in createFactoryStore()
327 storeImplementationClass = WEAK_HASHTABLE_CLASSNAME; in createFactoryStore()
330 Class implementationClass = Class.forName(storeImplementationClass); in createFactoryStore()
335 if (!WEAK_HASHTABLE_CLASSNAME.equals(storeImplementationClass)) { in createFactoryStore()