aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming
diff options
context:
space:
mode:
authorLuolc <luolc.witty@gmail.com>2017-03-10 01:36:12 +0800
committerrnveach <rveach02@gmail.com>2017-03-09 20:59:06 -0500
commit4d1d39f6db117665ec5210e9f885bd2c197f4313 (patch)
treea6edb3e98df14c21a5b9f1d250f13efd17469c8b /src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming
parente675c19633405ab2bc813c5f0b91356e1c322a5d (diff)
downloadcheckstyle-4d1d39f6db117665ec5210e9f885bd2c197f4313.tar.gz
Issue #3965: remove from Input files "Compilable with Java8"
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/InputStaticModifierInInterface.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/InputStaticModifierInInterface.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/InputStaticModifierInInterface.java
index 5383c9ddc..66a85ff7c 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/InputStaticModifierInInterface.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/InputStaticModifierInInterface.java
@@ -1,6 +1,6 @@
-//Compilable with Java8
package com.puppycrawl.tools.checkstyle.checks.naming;
+
public interface InputStaticModifierInInterface
{
static int f()