Skip to content

Commit

Permalink
Merge pull request #352 from aaklilu/patch-1
Browse files Browse the repository at this point in the history
Remove `}` from `RestCapabilityDiscoverMode` constant
  • Loading branch information
smcvb committed Feb 12, 2024
2 parents 7296fe8 + d9c5d02 commit 2b3eae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static class Builder extends AbstractCapabilityDiscoveryMode.Builder<Rest

private Supplier<Serializer> serializerSupplier = XStreamSerializer::defaultSerializer;
private RestTemplate restTemplate;
private String messageCapabilitiesEndpoint = "/member-capabilities}";
private String messageCapabilitiesEndpoint = "/member-capabilities";

/**
* Sets the {@link Serializer} used to de-/serialize the {@link CommandMessageFilter}. Defaults to the {@link
Expand Down

0 comments on commit 2b3eae9

Please sign in to comment.