Skip to content

Commit

Permalink
Move CoalescingSupplier to com.palantir.cassandra (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Guo <[email protected]>
  • Loading branch information
d-guo and Daniel Guo authored Dec 3, 2024
1 parent 862a381 commit ad819da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.palantir.common.concurrent;
package com.palantir.cassandra.concurrent;

import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.cassandra.db.commitlog.ReplayPosition;
import org.apache.cassandra.utils.FBUtilities;

import com.palantir.common.concurrent.CoalescingSupplier;
import com.palantir.cassandra.concurrent.CoalescingSupplier;

/**
* Executing a single compaction task requires two flushes of the system.compactions_in_progress table: at start and
Expand Down

0 comments on commit ad819da

Please sign in to comment.