mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove NOP from FromMatchesFilter
This commit is contained in:
parent
2ac0fc72ba
commit
62d903171f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue