You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/07/06 19:33:39 UTC

[4/6] nutch git commit: NUTCH-2284 HTML escape characters are used at javadoc.

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 <fu...@gmail.com>
Authored: Mon Jul 4 14:08:22 2016 +0300
Committer: Furkan KAMACI <fu...@gmail.com>
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.&lt;br&gt;
    * {@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 &lt;code&gt;nutch-site.xml&lt;/code&gt; to enable HTTP basic authentication
    * for communicating with RESTAPI.
    * Use the restapi.auth.username and restapi.auth.auth.password properties to configure
    * your credentials.