Sorry more or less same commit at same time. :-) I think @code is better because it also formats the tag correctly.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Friday, September 19, 2014 4:24 PM > To: [email protected] > Subject: svn commit: r1626232 - > /lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/InitParams.java > > Author: uschindler > Date: Fri Sep 19 14:23:54 2014 > New Revision: 1626232 > > URL: http://svn.apache.org/r1626232 > Log: > Fix broken Javascript making jtidy fail. > > Modified: > > lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/InitParams.java > > Modified: > lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/InitParams.java > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apa > che/solr/core/InitParams.java?rev=1626232&r1=1626231&r2=1626232&view > =diff > ========================================================== > ==================== > --- > lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/InitParams.java > (original) > +++ > lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/InitParams.java > Fri Sep 19 14:23:54 2014 > @@ -27,7 +27,7 @@ import java.util.Map; > import java.util.Set; > > /** > - * An Object which represents a <initParams> tag > + * An Object which represents a {@code <initParams>} tag > */ > public class InitParams { > public static final String TYPE = "initParams"; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
