1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01:00

Remove NOP from FromMatchesFilter

This commit is contained in:
Florian Schmaus 2017-01-24 21:28:07 +01:00
parent 2ac0fc72ba
commit 62d903171f

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);
}