Skip to content

Commit

Permalink
Make CompletionStageFunction public and rename package for classes un…
Browse files Browse the repository at this point in the history
…der the new library module (removing 'javaagent' from the package path)
  • Loading branch information
SimoneGiusso committed Nov 27, 2022
1 parent 74fd803 commit ccf1cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.datastax.oss.driver.api.core.CqlSession;
import java.util.function.Function;

public class CompletionStageFunction implements Function<Object, Object> {
public class CompletionStageFunctions implements Function<Object, Object> {

@Override
public Object apply(Object session) {
Expand Down

0 comments on commit ccf1cd7

Please sign in to comment.