mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Add SASLMechanism.toString()
This commit is contained in:
parent
dcac9531e7
commit
de783dce73
1 changed files with 5 additions and 0 deletions
|
@ -314,4 +314,9 @@ public abstract class SASLMechanism implements Comparable<SASLMechanism> {
|
||||||
}
|
}
|
||||||
return string;
|
return string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public final String toString() {
|
||||||
|
return "SASL Mech: " + getName() + ", Prio: " + getPriority();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue