mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +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.
|
||||
*
|
||||
* @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
|
||||
|
|
Loading…
Reference in a new issue