GUACAMOLE-678: Rename UriGuacamoleProperty to URIGuacamoleProperty.

This commit is contained in:
Virtually Nick
2019-03-24 15:58:59 -04:00
parent 704c7b6d81
commit b6e7fc9cfc
3 changed files with 13 additions and 13 deletions

View File

@@ -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 {