Browse Source

Fix incorrect comment that refers to setter as getter

pull/166/head
Chris Northwood 3 years ago
parent
commit
2bb768a601
1 changed files with 1 additions and 1 deletions
  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 View File

490
     }
490
     }
491
 
491
 
492
     /**
492
     /**
493
-     * Get the current Value of addLastLine.
493
+     * Sets the Value of addLastLine.
494
      *
494
      *
495
      * @param newValue New value to set addLastLine
495
      * @param newValue New value to set addLastLine
496
      */
496
      */

Loading…
Cancel
Save