fix(reflection): fix a typo

This commit is contained in:
vsavkin 2014-11-24 18:02:21 -08:00
parent 9a9a13a553
commit f55011cde2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class NoReflectionCapabilities {
} }
SetterFn setter(String name) { SetterFn setter(String name) {
throw "Cannot find getter ${name}"; throw "Cannot find setter ${name}";
} }
MethodFn method(String name) { MethodFn method(String name) {