From 5be4bfd55ebd5c82909a55d9958988a9be99e158 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 14 Mar 2014 08:55:37 -0500 Subject: [PATCH] SEC-2173: Polish javadoc --- .../security/authentication/dao/SystemWideSaltSource.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/security/authentication/dao/SystemWideSaltSource.java b/core/src/main/java/org/springframework/security/authentication/dao/SystemWideSaltSource.java index 53b4f99085..f8570517fe 100644 --- a/core/src/main/java/org/springframework/security/authentication/dao/SystemWideSaltSource.java +++ b/core/src/main/java/org/springframework/security/authentication/dao/SystemWideSaltSource.java @@ -54,8 +54,9 @@ public class SystemWideSaltSource implements SaltSource, InitializingBean { } /** - * @since 3.2.3 - * @return + * Displays the system wide salt + * @since 4.0 + * @return */ @Override public String toString() {