Ver código fonte

Fix incorrect comment that refers to setter as getter

pull/165/head
Chris Northwood 3 anos atrás
pai
commit
9eaadf7ec9
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
irc/src/main/java/com/dmdirc/parser/irc/IRCParser.java Ver arquivo

@@ -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
      */

Carregando…
Cancelar
Salvar