mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1260 Fixed comments.
This commit is contained in:
@@ -110,13 +110,13 @@ public class Extension {
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
@@ -472,7 +472,7 @@ public class Extension {
|
||||
|
||||
/**
|
||||
* 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
|
||||
* The resource for the large favicon.
|
||||
@@ -483,7 +483,7 @@ public class Extension {
|
||||
|
||||
/**
|
||||
* 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
|
||||
* The resource for the large favicon.
|
||||
|
@@ -328,7 +328,8 @@ public class ExtensionManifest {
|
||||
* Returns the path to the small favicon, relative to the root of the
|
||||
* extension.
|
||||
*
|
||||
* @return The path to the small favicon.
|
||||
* @return
|
||||
* The path to the small favicon.
|
||||
*/
|
||||
public String getSmallIcon() {
|
||||
return smallIcon;
|
||||
@@ -338,7 +339,8 @@ public class ExtensionManifest {
|
||||
* Sets the path to the small favicon. This will replace the default
|
||||
* guacamole icon.
|
||||
*
|
||||
* @param smallIcon The path to the small favicon.
|
||||
* @param smallIcon
|
||||
* The path to the small favicon.
|
||||
*/
|
||||
public void setSmallIcon(String smallIcon) {
|
||||
this.smallIcon = smallIcon;
|
||||
|
Reference in New Issue
Block a user