Skip to content

Commit

Permalink
#241 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Feb 22, 2017
1 parent d4d12c8 commit 6ee7ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cflint/CFLint.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class CFLint implements IErrorReporter {

static final String FILE_ERROR = "FILE_ERROR";
static final String PARSE_ERROR = "PARSE_ERROR";
static final String PLUGIN_ERROR = "PLUGIN_ERROR:";
static final String PLUGIN_ERROR = "PLUGIN_ERROR";

static final String RESOURCE_BUNDLE_NAME = "com.cflint.cflint";

Expand Down

0 comments on commit 6ee7ed3

Please sign in to comment.