Fix JavaDoc build (#4018)

Caused by #3957

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2024-01-05 18:00:03 +01:00 committed by GitHub
parent c4802e3fb0
commit 8e7d5d880c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ public interface ThingHandlerService {
* 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() {
}