diff --git a/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySource.java b/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySource.java index b1737f79..9f414500 100644 --- a/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySource.java +++ b/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySource.java @@ -166,9 +166,9 @@ public class ConsulPropertySource extends EnumerablePropertySource } /** - * @deprecated As of 1.1.0 use {@link GetValue#getDecodedValue()}. * @param value encoded value * @return the decoded string + * @deprecated As of 1.1.0 use {@link GetValue#getDecodedValue()}. */ @Deprecated public String getDecoded(String value) {