Skip to content

Commit

Permalink
Make GroupKey cloneable (#3738)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Mar 10, 2023
1 parent a65a9ff commit 0760b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.codehaus.groovy.runtime.InvokerHelper
*
* @author Paolo Di Tommaso <paolo.ditommaso@gmail.com>
*/
class GroupKey implements CacheFunnel {
class GroupKey implements CacheFunnel, Cloneable {

private final Object target

Expand Down

0 comments on commit 0760b0f

Please sign in to comment.