Author: andrew.plotnikov
Date: 2012-01-17 04:08:32 -0500 (Tue, 17 Jan 2012)
New Revision: 5457
Modified:
kernel/branches/2.4.x/exo.kernel.commons/src/main/java/org/exoplatform/services/log/impl/Log4JConfigurator.java
Log:
EXOJCR-1687: Fixed new sonar violations in project
Modified:
kernel/branches/2.4.x/exo.kernel.commons/src/main/java/org/exoplatform/services/log/impl/Log4JConfigurator.java
===================================================================
---
kernel/branches/2.4.x/exo.kernel.commons/src/main/java/org/exoplatform/services/log/impl/Log4JConfigurator.java 2012-01-17
08:40:14 UTC (rev 5456)
+++
kernel/branches/2.4.x/exo.kernel.commons/src/main/java/org/exoplatform/services/log/impl/Log4JConfigurator.java 2012-01-17
09:08:32 UTC (rev 5457)
@@ -44,7 +44,8 @@
{
try
{
- Class<?> propertyConfiguratorClass =
ClassLoading.forName("org.apache.log4j.PropertyConfigurator",
Log4JConfigurator.class);
+ Class<?> propertyConfiguratorClass =
+ ClassLoading.forName("org.apache.log4j.PropertyConfigurator",
Log4JConfigurator.class);
Method m = propertyConfiguratorClass.getMethod("configure",
Properties.class);
m.invoke(null, properties);
}
Show replies by date