3
0
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:
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;
public LazyParseException(String message, Throwable cause) {