switch params in ZSetOperations#intersectAndStore

DATAREDIS-84
This commit is contained in:
Costin Leau
2012-05-23 18:10:54 +03:00
parent e1a3b3100e
commit ff8184c264

View File

@@ -58,7 +58,7 @@ class DefaultBoundZSetOperations<K, V> extends DefaultBoundKeyOperations<K> impl
}
public void intersectAndStore(K destKey, K otherKey) {
public void intersectAndStore(K otherKey, K destKey) {
ops.intersectAndStore(getKey(), otherKey, destKey);
}