Skip to content

Commit

Permalink
CLIENT-2962 Remove unnecessary imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed May 21, 2024
1 parent 155391e commit 3657d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/com/aerospike/client/async/AsyncBatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package com.aerospike.client.async;

import java.util.ArrayList;
import java.util.List;

import com.aerospike.client.AerospikeClient;
Expand Down
2 changes: 2 additions & 0 deletions client/src/com/aerospike/client/cluster/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ public void close() {
}

public static final class ReadTimeout extends RuntimeException {
private static final long serialVersionUID = 1L;

public final byte[] buffer;
public final int offset;
public final int length;
Expand Down

0 comments on commit 3657d79

Please sign in to comment.