Rename flag Xjsr305-annotations->Xjsr305

This commit is contained in:
e5l
2017-09-06 18:04:31 +03:00
parent 30c7f633bd
commit 5bb88b659b
9 changed files with 17 additions and 17 deletions
@@ -23,7 +23,7 @@ enum class Jsr305State(
) {
IGNORE("ignore"),
WARN("warn", shouldReportWarning = true),
ENABLE("enable", shouldReportError = true),
STRICT("enable", shouldReportError = true),
;
companion object {