Feat: add static analytic of code
This commit is contained in:
@@ -24,7 +24,7 @@ public class SheepItExceptionNoRendererAvailable extends SheepItException {
|
||||
super();
|
||||
}
|
||||
|
||||
public SheepItExceptionNoRendererAvailable(String message_) {
|
||||
super(message_);
|
||||
public SheepItExceptionNoRendererAvailable(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user