NUTCH-2284 HTML escape characters are used at javadoc.
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/4d1e9e31 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/4d1e9e31 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/4d1e9e31 Branch: refs/heads/2.x Commit: 4d1e9e31395091f1677388feaed6f6f3fd6d6cd3 Parents: 6a82525 Author: Furkan KAMACI <[email protected]> Authored: Mon Jul 4 14:08:22 2016 +0300 Committer: Furkan KAMACI <[email protected]> Committed: Mon Jul 4 14:08:22 2016 +0300 ---------------------------------------------------------------------- src/java/org/apache/nutch/api/NutchServer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/4d1e9e31/src/java/org/apache/nutch/api/NutchServer.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/nutch/api/NutchServer.java b/src/java/org/apache/nutch/api/NutchServer.java index 969ec16..6af991c 100644 --- a/src/java/org/apache/nutch/api/NutchServer.java +++ b/src/java/org/apache/nutch/api/NutchServer.java @@ -88,9 +88,9 @@ public class NutchServer extends Application { * well as the logging granularity. If the latter option is not provided via * {@link org.apache.nutch.api.NutchServer#main(String[])} then it defaults to * 'INFO' however best attempts should always be made to specify a logging - * level.<br> + * level.<br> * {@link org.apache.nutch.api.NutchServer} can be run as secure. restapi.auth property - * should be set to true at <code>nutch-site.xml</code> to enable HTTP basic authentication + * should be set to true at <code>nutch-site.xml</code> to enable HTTP basic authentication * for communicating with RESTAPI. * Use the restapi.auth.username and restapi.auth.auth.password properties to configure * your credentials.
