Skip to content

Commit 26664b8

Browse files
committed
tidy
1 parent 75feb69 commit 26664b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ public String toDot() {
624624

625625
/**
626626
* Returns the mermaidjs representation of the automaton.
627-
* <p>
628-
* This is not a serious tool but it works on github.
627+
*
628+
* <p>This is not a serious tool but it works on github.
629629
*/
630630
public String toMermaid() {
631631
// mermaid start/end states are no good: not used.

0 commit comments

Comments
 (0)