Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Problem: README example uses incorrect variable name
Browse files Browse the repository at this point in the history
Solution: Fix variable name
  • Loading branch information
msteinhoff committed Dec 30, 2016
1 parent 34300c2 commit 871d372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ hostname and port.
class ExampleServiceConfiguration extends Configuration {
@Valid
@NotNull
private GrpcChannelFactory monitoringService = new GrpcChannelFactory();
private GrpcChannelFactory externalService = new GrpcChannelFactory();

@JsonProperty("externalService")
public GrpcChannelFactory getExternalGrpcChannelFactory() {
Expand Down

0 comments on commit 871d372

Please sign in to comment.