Skip to content

Commit 076fb6c

Browse files
committed
♻️ Run OpenRewrite AutoFormat + RemoveUnusedImports
1 parent 6dcc1af commit 076fb6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

commons/src/main/java/org/restheart/logging/LogPrefixConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* Usage in logback.xml:
3333
* <conversionRule conversionWord="prefix" class="org.restheart.utils.LogPrefixConverter" />
34-
<pattern>%d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %trace%-45logger{45} %prefix%msg%n%throwable{short}</pattern>
34+
<pattern>%d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %trace%-45logger{45} %prefix%msg%n%throwable{short}</pattern>
3535
*
3636
* @author Andrea Di Cesare {@literal <andrea@softinstigate.com>}
3737
*/

mongodb/src/main/java/org/restheart/mongodb/interceptors/DbPropsInjector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
/**
4242
*
4343
* Injects the db properties into the MongoRequest
44-
45-
It is also responsible of sending NOT_FOUND in case of requests involving not
46-
existing dbs (that are not PUT)
44+
45+
It is also responsible of sending NOT_FOUND in case of requests involving not
46+
existing dbs (that are not PUT)
4747
*
4848
* @author Andrea Di Cesare {@literal <andrea@softinstigate.com>}
4949
*/

0 commit comments

Comments
 (0)