mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Fix closing bracket in JavaDoc (#4265)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
parent
ea71af9ead
commit
5f1b708f27
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user