Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Feb 1, 2015
1 parent 15b6b9c commit e1b73de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public interface ConfigurationNode {
* Get the current value associated with this node.
* If this node has children, this method will recursively unwrap them to construct a List or a Map
*
* @param def The default value to return if this node has no set value
* @return This configuration's current value, or {@code def} if there is none
*/
public Object getValue(Object def);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import java.lang.annotation.Target;

/**
* This annotation is used to indicate that the given type is capable of being serialized and deserialzed by the configuration object mapper.
* <p/>
* This annotation is used to indicate that the given type is capable of being serialized and deserialized by the configuration object mapper.
*
* Types with this annotation must have a zero-argument constructor to be instantiated by the object mapper
* (though already instantiated objects can be passed to the object mapper to be populated with settings)
*/
Expand Down

0 comments on commit e1b73de

Please sign in to comment.