mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix closing bracket in JavaDoc (#4265)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ public class SddpDiscoveryService extends AbstractDiscoveryService
|
||||
}
|
||||
|
||||
/**
|
||||
* Optionally create an {@link SddpDevice) object from UDP packet data if the data is good.
|
||||
* Optionally create an {@link SddpDevice} object from UDP packet data if the data is good.
|
||||
*/
|
||||
public Optional<SddpDevice> createSddpDevice(String data) {
|
||||
if (!data.isBlank()) {
|
||||
|
||||
Reference in New Issue
Block a user