Skip to content

Commit 0814d11

Browse files
authored
Merge pull request #124 from Matyrobbrt/fix
Update GistUtils.java
2 parents 4861c53 + 948dc59 commit 0814d11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/mcmoddev/mmdbot/gist/GistUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public static boolean hasToken() {
140140

141141
public static final class GistException extends Exception {
142142

143+
private static final long serialVersionUID = -129081029829039102L;
144+
143145
private final String error;
144146
private final int errorCode;
145147

0 commit comments

Comments
 (0)