Преглед изворни кода

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…
Откажи
Сачувај