1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +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);
}