Skip to content

Commit c799d40

Browse files
Javadoc Typo
1 parent 52441f6 commit c799d40

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/java/ui/Date.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,13 @@ public boolean isLaterThanOrEqual(Date other) {
112112

113113
/**
114114
* Parses a Date from the format YYYY-MM-DD. This format is required but allows
115-
* some variance in the length of numbers.
116-
*
117-
* <p>
115+
* some variance in the length of numbers. <br/>
118116
* Restrictions for year, month and day:
119117
* <ul>
120118
* <li>Year: A number consisting of 1-7 digits.</li>
121119
* <li>Month: A number consisting of 1-2 digits.</li>
122120
* <li>Day: A number consisting of 1-2 digits.</li>
123121
* </ul>
124-
* </p>
125122
*
126123
* <p>
127124
* If not Date can be parsed, returns the ZERO_DATE, so the default Date where

0 commit comments

Comments
 (0)