Fix closing bracket in JavaDoc (#4265)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green 2024-06-01 22:22:27 +01:00 committed by GitHub
parent ea71af9ead
commit 5f1b708f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()) {