fix negative testdata

This commit is contained in:
Anna.Kozlova
2016-11-14 11:22:36 +01:00
parent 8907ec1f5f
commit 6fd0b34f8f
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "false"
// "Replace with constructor accepting lambda" "false"
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "false"
// "Replace with constructor accepting lambda" "false"
public class Main {
public void testThread() {
new <caret>Thread() {
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "false"
// "Replace with constructor accepting lambda" "false"
public class Main {
public void testThread() {
new <caret>Thread() {
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "false"
// "Replace with constructor accepting lambda" "false"
public class Main {
public void testThread() {
new <caret>Thread() {