Skip to content

Commit 1b180ec

Browse files
committed
Fix some sonar warnings
1 parent 2410482 commit 1b180ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spring-data-eclipse-store-migration/src/test/java/software/xdev/spring/data/eclipse/store/AddAnnotationToOtherAnnotationTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import software.xdev.spring.data.eclipse.store.repository.config.EnableEclipseStoreRepositories;
2727

2828

29-
public class AddAnnotationToOtherAnnotationTest implements RewriteTest
29+
class AddAnnotationToOtherAnnotationTest implements RewriteTest
3030
{
3131

3232
@Override
@@ -44,7 +44,7 @@ public void defaults(final RecipeSpec recipeSpec)
4444
}
4545

4646
@Test
47-
public void testSimpleSingle()
47+
void testSimpleSingle()
4848
{
4949
this.rewriteRun
5050
(
@@ -79,7 +79,7 @@ public A()
7979
}
8080

8181
@Test
82-
public void testSimpleMultiple()
82+
void testSimpleMultiple()
8383
{
8484
this.rewriteRun
8585
(
@@ -141,7 +141,7 @@ public B()
141141
}
142142

143143
@Test
144-
public void testAlreadyAdded()
144+
void testAlreadyAdded()
145145
{
146146
this.rewriteRun
147147
(
@@ -165,7 +165,7 @@ public A()
165165
}
166166

167167
@Test
168-
public void testSimpleNoAnnotation()
168+
void testSimpleNoAnnotation()
169169
{
170170
this.rewriteRun
171171
(
@@ -184,7 +184,7 @@ public A()
184184
}
185185

186186
@Test
187-
public void testSimpleNoAnnotationAndAnnotation()
187+
void testSimpleNoAnnotationAndAnnotation()
188188
{
189189
this.rewriteRun
190190
(

0 commit comments

Comments
 (0)