Skip to content

Commit 345b33a

Browse files
committed
Fix javadoc style check
1 parent cab25df commit 345b33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/core/src/main/java/org/apache/spark/sql/streaming/state/BoundedSortedMap.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
/**
2424
* This class implements bounded {@link java.util.SortedMap} based on {@link java.util.TreeMap}.
25-
* <p/>
25+
*
2626
* As TreeMap does, this implementation sorts elements in natural order, and cuts off
2727
* smaller elements to retain at most bigger N elements.
28-
* <p/>
28+
*
2929
* You can provide reversed order of comparator to retain smaller elements instead.
30-
* <p/>
30+
*
3131
* This class is not thread-safe, so synchronization would be needed to use this concurrently.
3232
*
3333
* @param <K> key type

0 commit comments

Comments
 (0)