mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix JavaDoc build (#4018)
Caused by #3957 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+1
-1
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user