Skip to content

Commit 009ff69

Browse files
committed
fix typo
1 parent 591c358 commit 009ff69

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/onelogin/saml2/util

1 file changed

+1
-1
lines changed

core/src/main/java/com/onelogin/saml2/util/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ public static long parseDuration(String duration) throws DateTimeParseException
18441844
*
18451845
* @return the new timestamp, after the duration is applied In Seconds.
18461846
*
1847-
* @throwsa DateTimeParseException
1847+
* @throws DateTimeParseException
18481848
*/
18491849
public static long parseDuration(String durationString, long timestamp) throws DateTimeParseException {
18501850
boolean haveMinus = false;

0 commit comments

Comments
 (0)