mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-14 09:01:08 +01:00
Enable javadoc checkstyle
and fix violations.
This commit is contained in:
parent
57260b2a44
commit
64d134052d
198 changed files with 529 additions and 501 deletions
|
|
@ -99,7 +99,7 @@ public class ReportedData {
|
|||
}
|
||||
|
||||
/**
|
||||
* Adds a new <code>Column</code>
|
||||
* Adds a new <code>Column</code>.
|
||||
* @param column the column to add.
|
||||
*/
|
||||
public void addColumn(Column column){
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ public class UserSearchManager {
|
|||
|
||||
/**
|
||||
* Submits a search form to the server and returns the resulting information
|
||||
* in the form of <code>ReportedData</code>
|
||||
* in the form of <code>ReportedData</code>.
|
||||
*
|
||||
* @param searchForm the <code>Form</code> to submit for searching.
|
||||
* @param searchService the name of the search service to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue