Merge pull request #332 from xfl03/javafx

Fix #325 #296
This commit is contained in:
huanghongxun 2018-05-20 19:40:39 +08:00 committed by GitHub
commit 663e1ef7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,6 @@ public class URLValidator extends ValidatorBase {
super();
}
public URLValidator(@NamedArg("message") String message) {
super(message);
}
public ObservableList<String> getProtocols() {
return protocols;
}