From d948aadc9221c019e0dcc7eeadabb1be725bba00 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Wed, 22 Jul 2015 21:53:44 -0700 Subject: [PATCH] GUAC-1260 Fix comments. --- .../guacamole/net/basic/extension/Extension.java | 2 +- .../guacamole/net/basic/extension/ExtensionManifest.java | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/Extension.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/Extension.java index cd5e9513e..ea990351f 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/Extension.java +++ b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/Extension.java @@ -475,7 +475,7 @@ public class Extension { * provided, this will replace the default Guacamole icon. * * @return - * The resource for the large favicon. + * The resource for the small favicon. */ public Resource getSmallIcon() { return smallIcon; diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionManifest.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionManifest.java index e895d0299..6d121b7a9 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionManifest.java +++ b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionManifest.java @@ -88,13 +88,13 @@ public class ExtensionManifest { /** * The path to the small favicon. If provided, this will replace the default - * guacamole icon. + * Guacamole icon. */ private String smallIcon; /** * The path to the large favicon. If provided, this will replace the default - * guacamole icon. + * Guacamole icon. */ private String largeIcon; @@ -337,7 +337,7 @@ public class ExtensionManifest { /** * Sets the path to the small favicon. This will replace the default - * guacamole icon. + * Guacamole icon. * * @param smallIcon * The path to the small favicon. @@ -359,7 +359,7 @@ public class ExtensionManifest { /** * Sets the path to the large favicon. This will replace the default - * guacamole icon. + * Guacamole icon. * * @param largeIcon * The path to the large favicon.