mirror of https://github.com/apache/lucene.git
Correct extra * in javadoc.
This commit is contained in:
parent
409a0ac125
commit
9af588e71e
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
package org.apache.lucene;
|
||||
|
||||
/** Lucene's package information, including version. * */
|
||||
/** Lucene's package information, including version. */
|
||||
public final class LucenePackage {
|
||||
|
||||
private LucenePackage() {} // can't construct
|
||||
|
|
Loading…
Reference in New Issue