optimize javadoc

This commit is contained in:
Marcel Haßlinger 2021-11-03 11:06:28 +01:00
parent 594fc82be7
commit d2d8ef4cb4

View File

@ -11,16 +11,14 @@ import java.util.*;
* Cached translation data. The data is stored in a tree structure.
* Tree behaviour (sorted, non-sorted) can be specified via constructor.
* For more please see {@link TranslationNode}. Example tree view:
*
* #################################
* # - user: #
* # - principal: 'Principal' #
* # - username: #
* # - title: 'Username' #
* # - auth: #
* # - logout: 'Logout' #
* # - login: 'Login' #
* #################################
* <br/>
* user: <br/>
* -- principal: 'Principal' <br/>
* -- username: <br/>
* -- -- title: 'Username' <br/>
* auth: <br/>
* -- logout: 'Logout' <br/>
* -- login: 'Login' <br/>
*
* @author marhali
*/