Author: tyrell
Date: Tue May 13 19:20:53 2008
New Revision: 16967
Log:
Minor change
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/CustomProtocolSocketFactory.java
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/CustomProtocolSocketFactory.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/CustomProtocolSocketFactory.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/CustomProtocolSocketFactory.java
Tue May 13 19:20:53 2008
@@ -45,7 +45,7 @@
/**
* Log object for this class.
*/
- private static final Log LOG =
LogFactory.getLog(CustomProtocolSocketFactory.class);
+ private static final Log log =
LogFactory.getLog(CustomProtocolSocketFactory.class);
private SSLContext sslcontext = null;
@@ -89,17 +89,17 @@
return sslContext;
} catch (NoSuchAlgorithmException e) {
- LOG.error(e);
+ log.error(e);
} catch (KeyStoreException e) {
- LOG.error(e);
+ log.error(e);
} catch (IOException e) {
- LOG.error(e);
+ log.error(e);
} catch (CertificateException e) {
- LOG.error(e);
+ log.error(e);
} catch (UnrecoverableKeyException e) {
- LOG.error(e);
+ log.error(e);
} catch (KeyManagementException e) {
- LOG.error(e);
+ log.error(e);
}
return null;
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev