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:
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.
|
* have a from address.
|
||||||
*/
|
*/
|
||||||
public static FromMatchesFilter createBare(Jid address) {
|
public static FromMatchesFilter createBare(Jid address) {
|
||||||
address = (address == null) ? null : address;
|
|
||||||
return new FromMatchesFilter(address, true);
|
return new FromMatchesFilter(address, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue