File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exercises/concept/log-levels/src/main/java Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
public class LogLevels {
2
2
3
3
public static String message (String logLine ) {
4
- throw new UnsupportedOperationException ("Please implement the (static) LogLine .message() method" );
4
+ throw new UnsupportedOperationException ("Please implement the (static) LogLevels .message() method" );
5
5
}
6
6
7
7
public static String logLevel (String logLine ) {
8
- throw new UnsupportedOperationException ("Please implement the (static) LogLine .logLevel() method" );
8
+ throw new UnsupportedOperationException ("Please implement the (static) LogLevels .logLevel() method" );
9
9
}
10
10
11
11
public static String reformat (String logLine ) {
12
- throw new UnsupportedOperationException ("Please implement the (static) LogLine .reformat() method" );
12
+ throw new UnsupportedOperationException ("Please implement the (static) LogLevels .reformat() method" );
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments