We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28dbe2 commit a0a20f8Copy full SHA for a0a20f8
exercises/concept/logs-logs-logs/.docs/instructions.md
@@ -26,7 +26,7 @@ Define a `LogLevel` enum that has six elements corresponding to the above log le
26
- `ERROR`
27
- `FATAL`
28
29
-Next, implement the `LogLine.getLogLevel()` method that returns the parsed the log level of a log line:
+Next, implement the `LogLine.getLogLevel()` method that returns the parsed log level of a log line:
30
31
```java
32
var logLine = new LogLine("[INF]: File deleted");
0 commit comments