aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-10-10 23:33:31 -0400
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-12 06:57:08 -0700
commitd7cf4f652e7a3e62abf68edc50eb391e08a20bc2 (patch)
tree82803d94f31f96f1a75cd201bb8eab07ab61ba0c /src/test/resources/com/puppycrawl/tools/checkstyle
parentc3af3e410f70e2fc25a772161c471dfce2aaebd9 (diff)
downloadcheckstyle-d7cf4f652e7a3e62abf68edc50eb391e08a20bc2.tar.gz
Issue #2161: unify test input locations
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputDefaultComesLast.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputDefaultComesLast.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast.java
index 2f19a5f83..20945fdb4 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputDefaultComesLast.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding;
public class InputDefaultComesLast
{