Remove NOP from FromMatchesFilter

This commit is contained in:
Florian Schmaus 2017-01-24 21:28:07 +01:00
parent 2ac0fc72ba
commit 62d903171f
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ public class FromMatchesFilter implements StanzaFilter {
* have a from address.
*/
public static FromMatchesFilter createBare(Jid address) {
address = (address == null) ? null : address;
return new FromMatchesFilter(address, true);
}