Skip to content

Commit 008572d

Browse files
committed
done..?
1 parent 2a80bc9 commit 008572d

File tree

1 file changed

+1
-2
lines changed
  • exercises/concept/logs-logs-logs/.meta

1 file changed

+1
-2
lines changed

exercises/concept/logs-logs-logs/.meta/design.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ This exercise could benefit from the following rules in the [analyzer][analyzer]
3838
3. Convert log line to short format
3939
- `essential`: Verify that the constructor is appropriately updated.
4040
- `essential`: Verify that there exists a field dedicated to the encoded log level.
41-
- `actionable`: Said field should be private and final.
41+
- `actionable`: Said field should be private and final (this will then require the use of a getter for the log level!).
4242
- `LogLine.getOutputForShortLog()`
43-
- `celebratory`: Congratulate the student if they used a getter for the encoded log level.
4443
- `celebratory`: Celebrate if this was written in one line.
4544
- `informative`: Let them know they can write it in one line.
4645

0 commit comments

Comments
 (0)