From 3b72a7ff76105d3376ff8eb0bc067fcbdb698ee7 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 26 Jan 2022 16:18:21 -0500 Subject: [PATCH] order javadoc comments --- .../cloud/consul/config/ConsulPropertySource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {