order javadoc comments

This commit is contained in:
spencergibb
2022-01-26 16:18:21 -05:00
parent b6774e3147
commit 3b72a7ff76

View File

@@ -166,9 +166,9 @@ public class ConsulPropertySource extends EnumerablePropertySource<ConsulClient>
}
/**
* @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) {