mirror of https://github.com/apache/lucene.git
Escape tag name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
abc0272884
commit
17d39200df
|
@ -25,9 +25,9 @@ import java.util.HashSet;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* An Object which represents a <args> tag
|
||||
*
|
||||
* An Object which represents a <initParams> tag
|
||||
*/
|
||||
public class InitParams {
|
||||
public static final String TYPE = "initParams";
|
||||
|
|
Loading…
Reference in New Issue