Browse Source

Stupid final class.

Change-Id: Ia494a8e1d61ab66c7b305d274746526f6d8e5f83
Reviewed-on: http://gerrit.dmdirc.com/4075
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/75/4075/2
Chris Smith 9 years ago
parent
commit
078227376c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common/src/com/dmdirc/parser/common/ParserError.java

+ 1
- 1
common/src/com/dmdirc/parser/common/ParserError.java View File

@@ -25,7 +25,7 @@ package com.dmdirc.parser.common;
25 25
 /**
26 26
  * IRC Parser Error.
27 27
  */
28
-public final class ParserError {
28
+public class ParserError {
29 29
     /** Error is potentially Fatal, Desync 99% Guaranteed! */
30 30
     public static final int ERROR_FATAL = 1;
31 31
     /** Error is not fatal, but is more severe than a warning. */

Loading…
Cancel
Save