Skip to content

Commit

Permalink
elf4j spi version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Mar 20, 2023
1 parent 8923d83 commit 557cc38
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>elf4j</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ public boolean includeCallerThread() {
}

enum OutStreamType {
STDOUT,
STDERR,
AUTO
STDOUT, STDERR, AUTO
}

private static class BufferedStandardOutputStream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ public void render(LogEntry logEntry, StringBuilder logTextBuilder) {
}

enum DisplayOption {
FULL,
SIMPLE,
COMPRESSED
FULL, SIMPLE, COMPRESSED
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public void render(LogEntry logEntry, StringBuilder logTextBuilder) {
}

enum DisplayOption {
ID,
NAME
ID, NAME
}
}
1 change: 0 additions & 1 deletion src/test/resources/elf4j-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# SOFTWARE.
#
#

### global no-op flag, overriding if set true
#noop=true
### Any level is optional, default to TRACE if omitted
Expand Down

0 comments on commit 557cc38

Please sign in to comment.