epugh commented on code in PR #943:
URL: https://github.com/apache/solr/pull/943#discussion_r947195525


##########
solr/solrj/src/java/org/apache/solr/common/cloud/CollectionStatePredicate.java:
##########
@@ -18,14 +18,12 @@
 package org.apache.solr.common.cloud;
 
 import java.util.Set;
-import java.util.concurrent.TimeUnit;
-import java.util.function.Predicate;
 
 /**
  * Interface to determine if a set of liveNodes and a collection's state 
matches some expecatations.
  *
- * @see ZkStateReader#waitForState(String, long, TimeUnit, 
CollectionStatePredicate)
- * @see ZkStateReader#waitForState(String, long, TimeUnit, Predicate)
+ * <p>{@code ZkStateReader#waitForState(String, long, TimeUnit, 
CollectionStatePredicate)} {@code

Review Comment:
   I see an open <p> but not a close one?   Should it be just two bullets 
instead?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to