Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicbliss committed Mar 30, 2021
1 parent 26ebb96 commit eae61be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>me.chronicallyunfunny</groupId>
<artifactId>NodeSniper</artifactId>
<packaging>jar</packaging>
<version>2.3</version>
<version>2.4</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
package me.chronicallyunfunny;

public class GeneralSniperException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;

public GeneralSniperException(String message) {
super(message);
}
Expand Down

0 comments on commit eae61be

Please sign in to comment.