Skip to content

Commit 4476199

Browse files
author
graeme
committed
renamed decodeFrom to just decode
git-svn-id: https://svn.codehaus.org/grails/trunk@2983 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 93d249c commit 4476199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groovy/org/codehaus/groovy/grails/plugins/CodecsGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CodecsGrailsPlugin {
5555
}
5656

5757

58-
def decodeMethodName = "decodeFrom${codecName}"
58+
def decodeMethodName = "decode${codecName}"
5959
Object.metaClass."${decodeMethodName}" << {->
6060
def codecClass = application.getGrailsCodecClass(codecClassName)
6161
def decodeMethod = codecClass.decodeMethod

0 commit comments

Comments
 (0)