Skip to content

Commit 0760b0f

Browse files
authored
Make GroupKey cloneable (#3738)
Signed-off-by: Ben Sherman <[email protected]>
1 parent a65a9ff commit 0760b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nextflow/src/main/groovy/nextflow/extension/GroupKey.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.codehaus.groovy.runtime.InvokerHelper
3131
*
3232
* @author Paolo Di Tommaso <[email protected]>
3333
*/
34-
class GroupKey implements CacheFunnel {
34+
class GroupKey implements CacheFunnel, Cloneable {
3535

3636
private final Object target
3737

0 commit comments

Comments
 (0)