mirror of https://github.com/apache/lucene.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f504aba39b
commit
ed585a814d
|
@ -95,7 +95,7 @@ public class Explanation implements java.io.Serializable {
|
|||
details.add(detail);
|
||||
}
|
||||
|
||||
/** Render an explanation as HTML. */
|
||||
/** Render an explanation as text. */
|
||||
public String toString() {
|
||||
return toString(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue