Skip to content

Commit

Permalink
fix: Workaround (possible) javadoc 11 issue with @see and generics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Aug 12, 2022
1 parent 5cd79bd commit 91a90f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/jenkinsci/test/acceptance/junit/Wait.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public Wait(Subject input, ElasticTime time) {
* Create wait with configurable timer.
* <p>
* This is useful for timeout waiting wall-clock time to pass.
* @see Wait#Wait(Subject, ElasticTime)
*
* @see Wait#Wait(Object, ElasticTime)
*/
public Wait(Subject input) {
super(input);
Expand Down

0 comments on commit 91a90f6

Please sign in to comment.