mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Fixes method comment
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2272 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
d18a60fc6d
commit
060f1de579
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class MUCInitialPresence implements PacketExtension {
|
|||
* In other words, only the messages received in the last "X" seconds will be included in
|
||||
* the history.
|
||||
*
|
||||
* @param seconds he number of seconds to use to filter the messages received during
|
||||
* @param seconds the number of seconds to use to filter the messages received during
|
||||
* that time.
|
||||
*/
|
||||
public void setSeconds(int seconds) {
|
||||
|
|
Loading…
Reference in a new issue