This commit is contained in:
Shikhar Bhushan
2011-12-20 10:37:32 +00:00
parent 0002fe8b40
commit 7a77f85ced

View File

@@ -49,7 +49,7 @@ public interface UserAuth {
* Returns the authentication banner (if any). In some cases this is available even before the first authentication * Returns the authentication banner (if any). In some cases this is available even before the first authentication
* request has been made. * request has been made.
* *
* @return the banner, or {@code null} if none was received * @return the banner, or an empty string if none was received
*/ */
String getBanner(); String getBanner();