Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 13, 2021
1 parent 822a7d9 commit f74d00a
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -64,9 +64,6 @@ protected boolean factorySupports(PropertyFactory factory, String key) {
return factory.supports(key);
}

/**
* {@inheritDoc}
*/
public Property createProperty(final String name) {
final PropertyFactory factory = getFactory(name);
if (factory != null) {
Expand All @@ -81,9 +78,6 @@ public Property createProperty(final String name) {
}
}

/**
* {@inheritDoc}
*/
public Property createProperty(final String name,
final ParameterList parameters, final String value)
throws IOException, URISyntaxException, ParseException {
Expand Down

0 comments on commit f74d00a

Please sign in to comment.