mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +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
|
* 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.
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user