1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

Fix too shorts indents of two Javadoc comments

This commit is contained in:
Ingo Bauersachs 2017-08-14 21:47:53 +02:00
parent 8052ee752b
commit b7542bbde5

View file

@ -179,7 +179,7 @@ public final class SmackConfiguration {
} }
} }
/** /**
* Add a Collection of SASL mechanisms to the list to be used. * Add a Collection of SASL mechanisms to the list to be used.
* *
* @param mechs the Collection of SASL mechanisms to be added * @param mechs the Collection of SASL mechanisms to be added
@ -236,7 +236,7 @@ public final class SmackConfiguration {
defaultMechs.remove(mech); defaultMechs.remove(mech);
} }
/** /**
* Remove a Collection of SASL mechanisms to the list to be used. * Remove a Collection of SASL mechanisms to the list to be used.
* *
* @param mechs the Collection of SASL mechanisms to be removed * @param mechs the Collection of SASL mechanisms to be removed