Author: jnioche
Date: Tue Nov 24 15:46:47 2015
New Revision: 1716182

URL: http://svn.apache.org/viewvc?rev=1716182&view=rev
Log:
Fixed minor issue with description for elastic.port config

Modified:
    nutch/trunk/conf/nutch-default.xml

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1716182&r1=1716181&r2=1716182&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Tue Nov 24 15:46:47 2015
@@ -1719,8 +1719,8 @@ CAUTION: Set the parser.timeout to -1 or
 
 <property> 
   <name>elastic.port</name>
-  <value>9300</value>The port to connect to using TransportClient.<description>
-  </description>
+  <value>9300</value>
+  <description>The port to connect to using TransportClient.</description>
 </property>
 
 <property> 


Reply via email to