瀏覽代碼

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 年之前
父節點
當前提交
078227376c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      common/src/com/dmdirc/parser/common/ParserError.java

+ 1
- 1
common/src/com/dmdirc/parser/common/ParserError.java 查看文件

@@ -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…
取消
儲存