BAEL-2804 JPA Query Parameters Usage - formatting issues fixed

I fixed some formatting issues as requested since the eclipse formatter
does not support 4 spaces for blocks a 2 for continuations hence it has
to be resolved manually.

Additionally I've applied formatting to the logback.xml file.
This commit is contained in:
glopez 2019-08-04 21:39:46 -03:00
parent acd87d8e58
commit 2a4adf2935
2 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>