From 35fa94c8355cda22045e77c4554ad024bb7b67a8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 2 Sep 2015 22:32:27 -0700 Subject: [PATCH] GUAC-586: Add missing verbs to comments. --- .../guacamole/net/basic/rest/ObjectRetrievalService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/ObjectRetrievalService.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/ObjectRetrievalService.java index ea6272348..a9af8c6c0 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/ObjectRetrievalService.java +++ b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/ObjectRetrievalService.java @@ -246,9 +246,9 @@ public class ObjectRetrievalService { /** * Retrieves a single connection group from the given GuacamoleSession. If - * the given identifier the REST API root identifier, the root connection - * group will be returned. The underlying authentication provider may - * additionally use a different identifier for root. + * the given identifier is the REST API root identifier, the root + * connection group will be returned. The underlying authentication + * provider may additionally use a different identifier for root. * * @param session * The GuacamoleSession to retrieve the connection group from. @@ -263,7 +263,7 @@ public class ObjectRetrievalService { * * @return * The connection group having the given identifier, or the root - * connection group if the identifier the root identifier. + * connection group if the identifier is the root identifier. * * @throws GuacamoleException * If an error occurs while retrieving the connection group, or if the