Fix closing bracket in JavaDoc (#4265)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/4267/head
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