fix javadoc for maven-javadoc-plugin
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/e18fe91f Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/e18fe91f Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/e18fe91f Branch: refs/heads/master Commit: e18fe91fd82581e9529577d58d5857c77396e22b Parents: 1a58c24 Author: Hans <[email protected]> Authored: Fri Oct 26 16:51:55 2018 -0500 Committer: Hans <[email protected]> Committed: Fri Oct 26 16:51:55 2018 -0500 ---------------------------------------------------------------------- api/src/main/java/org/apache/any23/configuration/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/e18fe91f/api/src/main/java/org/apache/any23/configuration/Settings.java ---------------------------------------------------------------------- diff --git a/api/src/main/java/org/apache/any23/configuration/Settings.java b/api/src/main/java/org/apache/any23/configuration/Settings.java index 9ef2e54..e4cb115 100644 --- a/api/src/main/java/org/apache/any23/configuration/Settings.java +++ b/api/src/main/java/org/apache/any23/configuration/Settings.java @@ -66,7 +66,7 @@ public final class Settings extends AbstractSet<Setting<?>> { } /** - * Returns the value set for {@code defaultSetting}'s {@link Setting.Key Key}, if present. + * Returns the value set for {@code defaultSetting}'s key, if present. * Otherwise, returns {@code defaultSetting}'s value. * <br><br> * This method is semantically equivalent to:
