GUACAMOLE-364: address style consistency issues

This commit is contained in:
Carl Harris
2017-08-17 05:10:32 -04:00
parent 6b6340ac46
commit 059cb75f0f
11 changed files with 30 additions and 38 deletions

View File

@@ -28,6 +28,7 @@ import org.apache.guacamole.net.event.AuthenticationFailureEvent;
* be used to cancel the authentication failure.
*/
public interface AuthenticationFailureListener extends Listener {
/**
* Event hook which fires immediately after a user's authentication attempt
* fails.

View File

@@ -15,7 +15,6 @@
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
package org.apache.guacamole.net.event.listener;