-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
src/main/java/org/sonarsource/plugins/mybatis/Constant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
package org.sonarsource.plugins.mybatis; | ||
|
||
public class Constant { | ||
public static String MYBATIS_MAPPER_CHECK_RULE_01 = "MyBatisMapperCheckRule01"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_02 = "MyBatisMapperCheckRule02"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_03 = "MyBatisMapperCheckRule03"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_04 = "MyBatisMapperCheckRule04"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_05 = "MyBatisMapperCheckRule05"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_06 = "MyBatisMapperCheckRule06"; | ||
public static String MYBATIS_MAPPER_CHECK_RULE_07 = "MyBatisMapperCheckRule07"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_01 = "MyBatisMapperCheckRule01"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_02 = "MyBatisMapperCheckRule02"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_03 = "MyBatisMapperCheckRule03"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_04 = "MyBatisMapperCheckRule04"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_05 = "MyBatisMapperCheckRule05"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_06 = "MyBatisMapperCheckRule06"; | ||
public static final String MYBATIS_MAPPER_CHECK_RULE_07 = "MyBatisMapperCheckRule07"; | ||
|
||
} |