fix: parameter 'msg' is never used
This commit is contained in:
@@ -104,7 +104,7 @@ public abstract class Utils {
|
||||
}
|
||||
|
||||
public static Throwable throwableWithoutStack(String msg) {
|
||||
return new Throwable(null, null, false, false) {
|
||||
return new Throwable(msg, null, false, false) {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user