From f1bce5173f0218e25cf8eb1f9e3fbf57d2e942d9 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sun, 3 Jun 2018 15:02:03 -0400 Subject: [PATCH] GUACAMOLE-422: Correct javadoc tag. --- .../apache/guacamole/protocol/GuacamoleClientInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java b/guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java index c1e7ae066..4c90847f5 100644 --- a/guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java +++ b/guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java @@ -153,7 +153,7 @@ public class GuacamoleClientInformation { /** * Return the timezone as reported by the client. * - * @returns + * @return * A string value of the timezone reported by the client. */ public String getTimezone() {