GUACAMOLE-362: Add missing parameter documentation for credentials object.

This commit is contained in:
Nick Couchman
2017-09-30 22:30:46 -04:00
committed by Nick Couchman
parent b410b99d49
commit bd57938dff

View File

@@ -63,6 +63,9 @@ public class TicketValidationService {
* *
* @param ticket * @param ticket
* The ID ticket to validate and parse. * The ID ticket to validate and parse.
* @param credentials
* The Credentials object to store retrieved username and
* password values in.
* *
* @return * @return
* The username derived from the ticket. * The username derived from the ticket.