Skip to content

Commit

Permalink
eclipse format
Browse files Browse the repository at this point in the history
  • Loading branch information
evernat committed Jun 13, 2016
1 parent 6aaea87 commit 2d62590
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ public void init(FilterConfig config) throws ServletException {
// de fait cela agrège aussi les values des inserts
System.setProperty(Parameters.PARAMETER_SYSTEM_PREFIX + Parameter.SQL_TRANSFORM_PATTERN, "\\([\\?, ]+\\)");
}

if (Parameters.getParameter(Parameter.DISPLAYED_COUNTERS) == null) {
// disable jsp counter to fix https://github.com/javamelody/liferay-javamelody/issues/5,
// disable jsp counter to fix
// https://github.com/javamelody/liferay-javamelody/issues/5,
// the jsp counter does not display anything anyway.
// In consequence, jsf, job, ejb, jpa, spring, guice are also disabled.
// In consequence, jsf, job, ejb, jpa, spring, guice are also
// disabled.
System.setProperty(Parameters.PARAMETER_SYSTEM_PREFIX + Parameter.DISPLAYED_COUNTERS, "http,sql,error,log");
}

Expand Down

0 comments on commit 2d62590

Please sign in to comment.