3
0
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:
Mike Hearn 2012-02-13 23:03:15 +01:00
parent cbf60e1056
commit e8548a197c

View File

@ -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) {