Formatting
All checks were successful
/ Verify (pull_request) Successful in 52s
/ Verify (push) Successful in 46s

This commit is contained in:
Stefan Bethke 2026-07-21 21:20:15 +02:00
commit 510c045070

View file

@ -87,7 +87,7 @@ public class AttributeEndpointsResourceProvider implements RealmResourceProvider
.toList();
if (componentList.isEmpty()) {
throw new NotFoundException("Endpoint not found");
throw new NotFoundException("Endpoint not found.");
}
if (componentList.size() > 1) {