Minor: fix sparam -> setparam

This commit is contained in:
Yan Zhulanow
2016-04-19 19:28:08 +03:00
parent ba1aab7e3e
commit 4298559858
2 changed files with 2 additions and 2 deletions
@@ -564,7 +564,7 @@ public class KotlinParsing extends AbstractKotlinParsing {
* : "get"
* : "set"
* : "param"
* : "sparam"
* : "setparam"
* ;
*/
private boolean parseAnnotationOrList(AnnotationParsingMode mode) {
+1 -1
View File
@@ -21,7 +21,7 @@ annotationUseSiteTarget
: "get"
: "set"
: "param"
: "sparam"
: "setparam"
;
unescapedAnnotation