mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1260 Fix comments.
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user