فهرست منبع

SEC-2173: Polish javadoc

Rob Winch 11 سال پیش
والد
کامیت
5be4bfd55e
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      core/src/main/java/org/springframework/security/authentication/dao/SystemWideSaltSource.java

+ 3 - 2
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() {