Skip to content

Commit

Permalink
XWIKI-22323: Refactoring operation should wait for the Solr index to …
Browse files Browse the repository at this point in the history
…be empty before proceeding

* Update since-versions from 16.8.0RC1 to 16.8.0.
  • Loading branch information
michitux committed Sep 18, 2024
1 parent f838d65 commit 9bd5897
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface LinkStore
/**
* Get a {@link ReadyIndicator} to wait on for the link store to become ready.
*
* @since 16.8.0RC1
* @since 16.8.0
* @since 15.10.13
* @since 16.4.4
* @return the ready indicator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* An implementation of the {@link ReadyIndicator} for the {@link DefaultSolrIndexer}.
*
* @since 16.8.0RC1
* @since 16.8.0
* @since 15.10.13
* @since 16.4.4
* @version $Id$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface SolrIndexer

/**
* @return a ready indicator that indicates if all requests that have been submitted before it have been completed
* @since 16.8.0RC1
* @since 16.8.0
* @since 15.10.13
* @since 16.4.4
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* the indicator was requested. If the indexing tasks cannot be completed, e.g., because the indexer has been
* stopped, the {@link Future} is completed with an exception.
*
* @since 16.8.0RC1
* @since 16.8.0
* @since 15.10.13
* @since 16.4.4
* @version $Id$
Expand Down

0 comments on commit 9bd5897

Please sign in to comment.