Skip to content

Commit

Permalink
#94 Refactor ReportAlarmException
Browse files Browse the repository at this point in the history
  • Loading branch information
he7g committed Feb 22, 2017
1 parent f992eb2 commit 0f3efe9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
*/
public class ReportAlarmException extends Exception {

public ReportAlarmException() {
private static final long serialVersionUID = -6687479332667465829L;

public ReportAlarmException() {
super();
}

public ReportAlarmException(String message) {
Expand Down

0 comments on commit 0f3efe9

Please sign in to comment.