GUAC-1260 Fixed comments.

This commit is contained in:
James Muehlner
2015-07-22 21:48:22 -07:00
parent 615d56e388
commit 4b3969699c
2 changed files with 8 additions and 6 deletions

View File

@@ -110,13 +110,13 @@ public class Extension {
/** /**
* The resource for the small favicon for the extension. If provided, this * The resource for the small favicon for the extension. If provided, this
* will replace the default guacamole icon. * will replace the default Guacamole icon.
*/ */
private final Resource smallIcon; private final Resource smallIcon;
/** /**
* The resource foe the large favicon for the extension. If provided, this * The resource foe the large favicon for the extension. If provided, this
* will replace the default guacamole icon. * will replace the default Guacamole icon.
*/ */
private final Resource largeIcon; private final Resource largeIcon;
@@ -472,7 +472,7 @@ public class Extension {
/** /**
* Returns the resource for the small favicon for the extension. If * Returns the resource for the small favicon for the extension. If
* 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 large favicon.
@@ -483,7 +483,7 @@ public class Extension {
/** /**
* Returns the resource for the large favicon for the extension. If * Returns the resource for the large favicon for the extension. If
* 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 large favicon.

View File

@@ -328,7 +328,8 @@ public class ExtensionManifest {
* Returns the path to the small favicon, relative to the root of the * Returns the path to the small favicon, relative to the root of the
* extension. * extension.
* *
* @return The path to the small favicon. * @return
* The path to the small favicon.
*/ */
public String getSmallIcon() { public String getSmallIcon() {
return smallIcon; return smallIcon;
@@ -338,7 +339,8 @@ 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 The path to the small favicon. * @param smallIcon
* The path to the small favicon.
*/ */
public void setSmallIcon(String smallIcon) { public void setSmallIcon(String smallIcon) {
this.smallIcon = smallIcon; this.smallIcon = smallIcon;