瀏覽代碼

Fix incorrect comment that refers to setter as getter

pull/166/head
Chris Northwood 3 年之前
父節點
當前提交
2bb768a601
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      irc/src/main/java/com/dmdirc/parser/irc/IRCParser.java

+ 1
- 1
irc/src/main/java/com/dmdirc/parser/irc/IRCParser.java 查看文件

@@ -490,7 +490,7 @@ public class IRCParser extends BaseSocketAwareParser implements SecureParser, En
490 490
     }
491 491
 
492 492
     /**
493
-     * Get the current Value of addLastLine.
493
+     * Sets the Value of addLastLine.
494 494
      *
495 495
      * @param newValue New value to set addLastLine
496 496
      */

Loading…
取消
儲存