Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/extension-n…
Browse files Browse the repository at this point in the history
…ormalization
  • Loading branch information
1azyman committed Feb 9, 2018
2 parents 817d409 + 6e52e3c commit 0458cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/admin-gui/testng-integration.xml
Expand Up @@ -19,7 +19,7 @@
<test name="Web Integration" preserve-order="true" parallel="false" verbose="10">
<classes>
<class name="com.evolveum.midpoint.web.TestCleanStartup"/>
<!--<class name="com.evolveum.midpoint.web.TestIntegrationObjectWrapperFactory"/>-->
<class name="com.evolveum.midpoint.web.TestIntegrationObjectWrapperFactory"/>
<class name="com.evolveum.midpoint.web.TestIntegrationSecurity"/>
</classes>
</test>
Expand Down
Expand Up @@ -33,7 +33,7 @@ public class ProfilingConfigurationManager {
private static final Trace LOGGER = TraceManager.getTrace(ProfilingConfigurationManager.class);

private static final String REQUEST_FILTER_LOGGER_CLASS_NAME = "com.evolveum.midpoint.web.util.MidPointProfilingServletFilter";
private static final String SUBSYSTEM_PROFILING_LOGGER = "com.evolveum.midpoint.util.aspect.ProfilingDataManager";
private static final String SUBSYSTEM_PROFILING_LOGGER = ProfilingDataManager.class.getName();
private static final String APPENDER_IDM_PROFILE = "MIDPOINT_PROFILE_LOG";

/**
Expand Down
Expand Up @@ -39,7 +39,7 @@
* */
public class MethodUsageStatistics {

private static Trace LOGGER = TraceManager.getTrace(ProfilingDataManager.class);
private static final Trace LOGGER = TraceManager.getTrace(ProfilingDataManager.class);

private long min = Long.MAX_VALUE;
private long max = 0;
Expand Down

0 comments on commit 0458cd5

Please sign in to comment.