Skip to content

Commit

Permalink
Fixes grails#654 - Custom Codec not working
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 4, 2015
1 parent 1549751 commit 23fce5b
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 @@ public class CodecArtefactHandler extends ArtefactHandlerAdapter {
public static final String TYPE = "Codec";

public CodecArtefactHandler() {
super(TYPE, GrailsCodecClass.class, DefaultGrailsCodecClass.class, null);
super(TYPE, GrailsCodecClass.class, DefaultGrailsCodecClass.class, TYPE);
}

@Override
Expand Down

0 comments on commit 23fce5b

Please sign in to comment.