Skip to content

Commit

Permalink
Refactor: Move kafka client substitutions under tight package
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed May 20, 2024
1 parent 9a67f74 commit 6fa271c
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
@@ -1,4 +1,4 @@
package io.smallrye.reactive.kafka.graal;
package io.quarkus.kafka.client.runtime.graal;

import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.smallrye.reactive.kafka.graal;
package io.quarkus.kafka.client.runtime.graal;

import java.util.function.BooleanSupplier;

Expand Down

0 comments on commit 6fa271c

Please sign in to comment.