GUAC-1260 Fix comments.

This commit is contained in:
James Muehlner
2015-07-22 21:53:44 -07:00
parent 4b3969699c
commit d948aadc92
2 changed files with 5 additions and 5 deletions

View File

@@ -475,7 +475,7 @@ public class Extension {
* provided, this will replace the default Guacamole icon. * provided, this will replace the default Guacamole icon.
* *
* @return * @return
* The resource for the large favicon. * The resource for the small favicon.
*/ */
public Resource getSmallIcon() { public Resource getSmallIcon() {
return smallIcon; return smallIcon;

View File

@@ -88,13 +88,13 @@ public class ExtensionManifest {
/** /**
* The path to the small favicon. If provided, this will replace the default * The path to the small favicon. If provided, this will replace the default
* guacamole icon. * Guacamole icon.
*/ */
private String smallIcon; private String smallIcon;
/** /**
* The path to the large favicon. If provided, this will replace the default * The path to the large favicon. If provided, this will replace the default
* guacamole icon. * Guacamole icon.
*/ */
private String largeIcon; private String largeIcon;
@@ -337,7 +337,7 @@ public class ExtensionManifest {
/** /**
* Sets the path to the small favicon. This will replace the default * Sets the path to the small favicon. This will replace the default
* guacamole icon. * Guacamole icon.
* *
* @param smallIcon * @param smallIcon
* The path to the small favicon. * 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 * Sets the path to the large favicon. This will replace the default
* guacamole icon. * Guacamole icon.
* *
* @param largeIcon * @param largeIcon
* The path to the large favicon. * The path to the large favicon.