Merge pull request #167 from ibauersachs/fix-javadoc-indentation

Fix too shorts indents of two Javadoc comments
This commit is contained in:
Florian Schmaus 2017-08-14 22:56:30 +02:00 committed by GitHub
commit 6653638e77
1 changed files with 2 additions and 2 deletions

View File

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