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.
*
* @return
* The resource for the large favicon.
* The resource for the small favicon.
*/
public Resource getSmallIcon() {
return smallIcon;

View File

@@ -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.