mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00:00
Make Message inner exception class static, for efficiency. Clears a FindBugs warning.
This commit is contained in:
parent
cbf60e1056
commit
e8548a197c
@ -456,7 +456,7 @@ public abstract class Message implements Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
public class LazyParseException extends RuntimeException {
|
||||
public static class LazyParseException extends RuntimeException {
|
||||
private static final long serialVersionUID = 6971943053112975594L;
|
||||
|
||||
public LazyParseException(String message, Throwable cause) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user