Skip to content

Commit

Permalink
Fix lib.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Nov 15, 2023
1 parent f1ddc97 commit 39a85fa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
import java.util.concurrent.TimeoutException;
import java.util.concurrent.atomic.AtomicInteger;
import javababushka.benchmarks.AsyncClient;
import javababushka.benchmarks.RedisClient;
import javababushka.benchmarks.SyncClient;
import javababushka.benchmarks.utils.ConnectionSettings;
import javababushka.client.RedisClient;
import org.apache.commons.lang3.tuple.Pair;

@VisibleForTesting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package javababushka.benchmarks;
package javababushka.client;

public class RedisClient {
public static native void startSocketListenerExternal(RedisClient callback);
Expand Down
20 changes: 10 additions & 10 deletions java/javababushka_client_RedisClient.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39a85fa

Please sign in to comment.