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 9566e90 commit cac1d8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public class LazyDynaList extends ArrayList<Object> {
private Class<?> elementDynaBeanType;

/**
* Default Constructor.
* Constructs a new instance.
*/
public LazyDynaList() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class LazyDynaMap extends LazyDynaBean implements MutableDynaClass {
protected boolean returnNull;

/**
* 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 @@ -47,7 +47,7 @@ public class DefaultResolver implements Resolver {
private static final char INDEXED_END = ']';

/**
* Default Constructor.
* Constructs a new instance.
*/
public DefaultResolver() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class IndexedTestBean {
private ArrayList<Object> arrayList;

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

0 comments on commit cac1d8d

Please sign in to comment.