diff --git a/src/main/java/dev/personnummer/Personnummer.java b/src/main/java/dev/personnummer/Personnummer.java index 2d4c22e..5f0ce03 100644 --- a/src/main/java/dev/personnummer/Personnummer.java +++ b/src/main/java/dev/personnummer/Personnummer.java @@ -203,7 +203,7 @@ public LocalDateTime getDate() { /** * Format the personal identity number into a valid string (YYMMDD-/+XXXX) - * If longFormat is true, it will include the century (YYYYMMDD-/+XXXX) + * If longFormat is true, it will include the century (YYYYMMDDXXXX) * * @return Formatted personal identity number. */ @@ -213,7 +213,7 @@ public String format() { /** * Format the personal identity number into a valid string (YYMMDD-/+XXXX) - * If longFormat is true, it will include the century (YYYYMMDD-/+XXXX) + * If longFormat is true, it will include the century (YYYYMMDDXXXX) * * @param longFormat If century should be included. * @return Formatted personal identity number.