[java] don't group "Create from usage" fixes in tests

This commit is contained in:
Daniil Ovchinnikov
2018-12-11 23:01:01 +03:00
parent ebb7d198a9
commit e110fd2ee7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// "Create method 'f'" "true"
// "Create method 'f' in 'Nested" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {

View File

@@ -1,4 +1,4 @@
// "Create method 'f'" "true"
// "Create method 'f' in 'Nested" "true"
public class CreateMethodTest {
public <T> void aMethod(final T t) {
class Nested {