mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Javadoc fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1943 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
206ac09f79
commit
1ed6ab1e40
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class FromContainsFilter implements PacketFilter {
|
|||
private String from;
|
||||
|
||||
/**
|
||||
* Creates a "to" contains filter using the "to" field part.
|
||||
* Creates a "from" contains filter using the "from" field part.
|
||||
*
|
||||
* @param from the from field value the packet must contain.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue