Skip to content

Commit 27e98f4

Browse files
committed
[backend] feat(audit-log): lint some code (#5483)
1 parent 54464de commit 27e98f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openaev-api/src/main/java/io/openaev/config/ThreadPoolTaskLoggerConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class ThreadPoolTaskLoggerConfig {
2222
private ThreadPoolTaskExecutor createBaseExecutor() {
2323
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
2424

25-
// TODO AUDIT: find a better way to configure this variables dynamically - maybe through properties
26-
// file.
25+
// TODO AUDIT: find a better way to configure this variables dynamically - maybe through
26+
// properties file.
2727

2828
executor.setCorePoolSize(10);
2929
executor.setMaxPoolSize(50);

0 commit comments

Comments
 (0)