From ab41f441003bb5524509fc22aeb130184dab271f Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sun, 1 Oct 2017 07:06:20 -0400 Subject: [PATCH] GUACAMOLE-362: Fix style and error messages. --- .../guacamole/auth/cas/ticket/TicketValidationService.java | 1 + .../guacamole/properties/PrivateKeyGuacamoleProperty.java | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java index 482c73af3..009f9555d 100644 --- a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java +++ b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java @@ -63,6 +63,7 @@ public class TicketValidationService { * * @param ticket * The ID ticket to validate and parse. + * * @param credentials * The Credentials object to store retrieved username and * password values in. diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java b/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java index 570b776a7..174f18399 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java @@ -70,10 +70,10 @@ public abstract class PrivateKeyGuacamoleProperty implements GuacamoleProperty