mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Fix JavaDoc build (#4018)
Caused by #3957 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
c4802e3fb0
commit
8e7d5d880c
@ -64,7 +64,7 @@ public interface ThingHandlerService {
|
|||||||
* Implementations should override this method to add additional initialization code. This method should call
|
* 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.
|
* <code>super.initialize()</code> to ensure background discovery is properly handled.
|
||||||
*
|
*
|
||||||
* See {@link #activate(), #{@link #dispose()}
|
* See {@link #activate()}, {@link #dispose()}
|
||||||
*/
|
*/
|
||||||
default void initialize() {
|
default void initialize() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user