Changed global element configurator to seperate interface, fixed few
javadoc warnings and worked on elddoc html output and added more descriptions in eld.
This commit is contained in:
parent
e94bb5ffe8
commit
9b286c7fbf
15 changed files with 203 additions and 120 deletions
|
|
@ -114,8 +114,8 @@ public class BeanPropertyComparator<T> implements Comparator<T> {
|
|||
|
||||
/**
|
||||
* Returns the Comparable property of the object.
|
||||
* @param object
|
||||
* @return
|
||||
* @param object The object to get the property field of.
|
||||
* @return Returns the Comparable casted object of the property field of the object.
|
||||
* @throws ClassCastException
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue