mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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