Skip to content

Commit

Permalink
Javadoc: Use a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent 58df900 commit b7cd642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/apache/commons/beanutils/LazyDynaList.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@ public class LazyDynaList extends ArrayList<Object> {
*/
private Class<?> elementDynaBeanType;



/**
* Default Constructor.
* Constructs a new instance.
*/
public LazyDynaList() {
}
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/apache/commons/beanutils/LazyDynaMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ public class LazyDynaMap extends LazyDynaBean implements MutableDynaClass {
*/
protected boolean returnNull = false;



/**
* Default Constructor.
* Constructs a new instance.
*/
public LazyDynaMap() {
this(null, (Map<String, Object>)null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class DefaultResolver implements Resolver {
private static final char INDEXED_END = ']';

/**
* Default Constructor.
* Constructs a new instance.
*/
public DefaultResolver() {
}
Expand Down

0 comments on commit b7cd642

Please sign in to comment.