Skip to content

Commit

Permalink
Fix javadoc (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored May 7, 2020
1 parent 0e83c09 commit a64f3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/core/api/Assertions.java
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ public static AbstractInstantAssert<?> assertThat(Instant actual) {
}

/**
* Creates a new instance of <code>{@link InstantAssert}</code>.
* Creates a new instance of <code>{@link DurationAssert}</code>.
*
* @param actual the actual value.
* @return the created assertion object.
Expand Down

0 comments on commit a64f3fb

Please sign in to comment.