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 1872152 commit b78f849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class ISBNValidator {

/**
* Default Constructor.
* Constructs a new instance.
*/
public ISBNValidator() {
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/validator/Var.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class Var implements Cloneable, Serializable {
private String bundle;

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

0 comments on commit b78f849

Please sign in to comment.