aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle
diff options
context:
space:
mode:
authorDmytro Kytsmen <dmitrokytsmen@gmail.com>2017-04-21 21:04:30 +0300
committerrnveach <rveach02@gmail.com>2017-04-24 09:39:10 -0400
commit8f24490c264fdc590d1a6d09a411a50e14786093 (patch)
tree82a2afcdfe75d46bd65b22ebeda938e361bb1d1a /src/test/resources/com/puppycrawl/tools/checkstyle
parentf29cc180d193068c3a99f01e006d8ca42806310a (diff)
downloadcheckstyle-8f24490c264fdc590d1a6d09a411a50e14786093.tar.gz
Issue #4165: Split and Organize Checkstyle inputs by Test for checks in coding package: NestedForDepth
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/nestedfordepth/InputNestedForDepth.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputNestedForDepth.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputNestedForDepth.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/nestedfordepth/InputNestedForDepth.java
index 4699a5044..dfa0eb6c2 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputNestedForDepth.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/nestedfordepth/InputNestedForDepth.java
@@ -16,7 +16,7 @@
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
////////////////////////////////////////////////////////////////////////////////
-package com.puppycrawl.tools.checkstyle.checks.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding.nestedfordepth;
/**
* This Class contains no logic, but serves as test-input for the unit tests for the