Skip to content

Commit

Permalink
Fix JavaDoc build
Browse files Browse the repository at this point in the history
Caused by openhab#3957

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Jan 5, 2024
1 parent 7bac24e commit 6b2cbf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ default void deactivate() {
* Implementations should override this method to add additional initialization code. This method should call
* <code>super.initialize()</code> to ensure background discovery is properly handled.
*
* See {@link #activate(), #{@link #dispose()}
* See {@link #activate()}, {@link #dispose()}
*/
default void initialize() {
}
Expand Down

0 comments on commit 6b2cbf6

Please sign in to comment.