mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 03:35:52 +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;
|
private static final long serialVersionUID = 6971943053112975594L;
|
||||||
|
|
||||||
public LazyParseException(String message, Throwable cause) {
|
public LazyParseException(String message, Throwable cause) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user