Skip to content

Commit 9a144e3

Browse files
authored
Record should be imported explicitly to avoid ambiguous type exception. (#95)
1 parent e15c452 commit 9a144e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/aerospike/mapper/tools/AeroMapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import com.aerospike.client.*;
44
import com.aerospike.client.AerospikeException.ScanTerminated;
5+
import com.aerospike.client.Record;
56
import com.aerospike.client.policy.BatchPolicy;
67
import com.aerospike.client.policy.Policy;
78
import com.aerospike.client.policy.QueryPolicy;

0 commit comments

Comments
 (0)