aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com
diff options
context:
space:
mode:
authorDmytro Kytsmen <dmitrokytsmen@gmail.com>2017-04-22 12:30:24 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-04-24 07:50:08 -0700
commit2756681063908e0f3a1b0d4f3c7e7aa800b24a51 (patch)
tree4bc645003b88721b3ce4d32b215a282d89cd7948 /src/test/resources/com
parent0e3bbd099ce621b9a4e0c7c408c369f415ad77ab (diff)
downloadcheckstyle-2756681063908e0f3a1b0d4f3c7e7aa800b24a51.tar.gz
Issue #4165: Split and Organize Checkstyle inputs by Test for checks in coding package: MissingSwitchDefault
Diffstat (limited to 'src/test/resources/com')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/InputMissingSwitchDefault.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputMissingSwitchDefault.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputMissingSwitchDefault.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/InputMissingSwitchDefault.java
index 17a73a095..a59d4d070 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputMissingSwitchDefault.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/InputMissingSwitchDefault.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.checks.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding.missingswitchdefault;
public class InputMissingSwitchDefault {
public void foo() {