aboutsummaryrefslogtreecommitdiff
path: root/src/it
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-02-13 11:09:45 -0500
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-17 14:04:38 -0800
commita103ccf92ba26a1b7bfb4296f9d9ce85ca6dea79 (patch)
tree2d45a9cba8bca6879188e0b1ee4f6e09420369b4 /src/it
parent1aa8bcf788f6fa6abfe6bf7c42cf20f54b063ae1 (diff)
downloadcheckstyle-a103ccf92ba26a1b7bfb4296f9d9ce85ca6dea79.tar.gz
Issue #3721: expanded message and documentation AbbreviationAsWordInName
Diffstat (limited to 'src/it')
-rw-r--r--src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java b/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java
index 4ead6ae4d..43a130c28 100644
--- a/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java
+++ b/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java
@@ -42,7 +42,7 @@ public class AbbreviationAsWordInNameTest extends BaseCheckTestSupport {
@Test
public void abbreviationAsWordInNameTest() throws Exception {
- final int maxCapitalCount = 1;
+ final int maxCapitalCount = 2;
final String[] expected = {
"50: " + getWarningMessage("newCustomerID", maxCapitalCount),