Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Nov 23, 2021
1 parent 8b6ea57 commit 1673630
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public interface SyntheticComponents {
* }</pre>
*
* @param eventType the observed event type of the new synthetic observer, must not be {@code null}
* @param <T> the observed event type of the new synthetic observer
* @return a new {@link SyntheticObserverBuilder}, never {@code null}
*/
<T> SyntheticObserverBuilder<T> addObserver(Type eventType);
Expand Down

0 comments on commit 1673630

Please sign in to comment.