Javadoc fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1943 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-05-18 15:00:54 +00:00 committed by mtucker
parent 206ac09f79
commit 1ed6ab1e40
1 changed files with 1 additions and 1 deletions

View File

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