mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Merge pull request #167 from ibauersachs/fix-javadoc-indentation
Fix too shorts indents of two Javadoc comments
This commit is contained in:
commit
6653638e77
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue