File tree 1 file changed +2
-2
lines changed
src/main/java/dev/personnummer
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public LocalDateTime getDate() {
203
203
204
204
/**
205
205
* Format the personal identity number into a valid string (YYMMDD-/+XXXX)
206
- * If longFormat is true, it will include the century (YYYYMMDD-/+XXXX )
206
+ * If longFormat is true, it will include the century (YYYYMMDDXXXX )
207
207
*
208
208
* @return Formatted personal identity number.
209
209
*/
@@ -213,7 +213,7 @@ public String format() {
213
213
214
214
/**
215
215
* Format the personal identity number into a valid string (YYMMDD-/+XXXX)
216
- * If longFormat is true, it will include the century (YYYYMMDD-/+XXXX )
216
+ * If longFormat is true, it will include the century (YYYYMMDDXXXX )
217
217
*
218
218
* @param longFormat If century should be included.
219
219
* @return Formatted personal identity number.
You can’t perform that action at this time.
0 commit comments