HomeSort by relevance Sort by last modified time
    Searched defs:logConstructor (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 221 protected Constructor logConstructor = null;
395 if (logConstructor != null) {
537 if (logConstructor == null) {
541 return logConstructor;
600 if (logConstructor == null) {
605 instance = (Log) logConstructor.newInstance(params);
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 41 milliseconds