optimize javadoc
This commit is contained in:
parent
594fc82be7
commit
d2d8ef4cb4
@ -11,16 +11,14 @@ import java.util.*;
|
|||||||
* Cached translation data. The data is stored in a tree structure.
|
* Cached translation data. The data is stored in a tree structure.
|
||||||
* Tree behaviour (sorted, non-sorted) can be specified via constructor.
|
* Tree behaviour (sorted, non-sorted) can be specified via constructor.
|
||||||
* For more please see {@link TranslationNode}. Example tree view:
|
* For more please see {@link TranslationNode}. Example tree view:
|
||||||
*
|
* <br/>
|
||||||
* #################################
|
* user: <br/>
|
||||||
* # - user: #
|
* -- principal: 'Principal' <br/>
|
||||||
* # - principal: 'Principal' #
|
* -- username: <br/>
|
||||||
* # - username: #
|
* -- -- title: 'Username' <br/>
|
||||||
* # - title: 'Username' #
|
* auth: <br/>
|
||||||
* # - auth: #
|
* -- logout: 'Logout' <br/>
|
||||||
* # - logout: 'Logout' #
|
* -- login: 'Login' <br/>
|
||||||
* # - login: 'Login' #
|
|
||||||
* #################################
|
|
||||||
*
|
*
|
||||||
* @author marhali
|
* @author marhali
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user