Skip to content

Commit

Permalink
#51 Merge branch '2.0' into 2.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	bucket4j-benchmarks/pom.xml
#	bucket4j-core/pom.xml
#	bucket4j-jcache/pom.xml
#	bucket4j-jcache/src/main/java/io/github/bucket4j/grid/jcache/JCacheCommand.java
#	bucket4j-parent/pom.xml
#	pom.xml
#	release-reactor/pom.xml
  • Loading branch information
vladimir-bukhtoyarov committed Sep 23, 2017
1 parent 8b933d5 commit a18ad87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.io.Serializable;


public class JCacheCommand<K, T extends Serializable> implements Serializable, EntryProcessor<K, GridBucketState, CommandResult>, Serializable {
public class JCacheCommand<K, T extends Serializable> implements EntryProcessor<K, GridBucketState, CommandResult>, Serializable {

@Override
public CommandResult<T> process(MutableEntry<K, GridBucketState> mutableEntry, Object... arguments) {
Expand Down

0 comments on commit a18ad87

Please sign in to comment.