File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
exercises/concept/logs-logs-logs/.meta Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ This exercise could benefit from the following rules in the [analyzer][analyzer]
38383 . 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
You can’t perform that action at this time.
0 commit comments