mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-678: Rename UriGuacamoleProperty to URIGuacamoleProperty.
This commit is contained in:
		| @@ -27,7 +27,7 @@ import org.apache.guacamole.GuacamoleServerException; | ||||
| /** | ||||
|  * A GuacamoleProperty whose value is a URI. | ||||
|  */ | ||||
| public abstract class UriGuacamoleProperty implements GuacamoleProperty<URI> { | ||||
| public abstract class URIGuacamoleProperty implements GuacamoleProperty<URI> { | ||||
|      | ||||
|     @Override | ||||
|     public URI parseValue(String value) throws GuacamoleException { | ||||
		Reference in New Issue
	
	Block a user