Skip to content

Commit

Permalink
bytt default fra null til evig timeinterval i iso8601-metode
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Strandenæs committed Apr 27, 2020
1 parent f55e203 commit 9f835b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getISO8601() {
} else if (period != null) {
return period.getISO8601();
} else {
return null;
return "../..";
}
}

Expand Down

0 comments on commit 9f835b1

Please sign in to comment.