mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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. | ||||
|      *  | ||||
|      * @return  | ||||
|      *     The resource for the large favicon. | ||||
|      *     The resource for the small favicon. | ||||
|      */ | ||||
|     public Resource getSmallIcon() { | ||||
|         return smallIcon; | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user