aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
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/indentation/InputLambda2.java
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/indentation/InputLambda2.java')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
index 9bbf86617..a7c89036c 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
@@ -1,9 +1,10 @@
-//Compilable with Java8 //indent:0 exp:0
+//a comment //indent:0 exp:0
package com.puppycrawl.tools.checkstyle.checks.indentation; //indent:0 exp:0
import java.util.function.BinaryOperator; //indent:0 exp:0
import java.util.function.Consumer; //indent:0 exp:0
+
public class InputLambda2 { //indent:0 exp:0
public <T> Consumer<Integer> params(Consumer<Integer> f1, Consumer<Integer> f2) { //indent:4 exp:4
return f2; //indent:8 exp:8