Skip to content

Commit fb4f9f2

Browse files
1 parent 7710c6f commit fb4f9f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/maven/reporting/AbstractMavenReportRendererTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Test case for some public method in AbstractMavenReportRenderer.
3333
*/
34-
public class AbstractMavenReportRendererTest {
34+
class AbstractMavenReportRendererTest {
3535
private static List<String> applyPattern(String pattern) throws Throwable {
3636
try {
3737
Method method = AbstractMavenReportRenderer.class.getDeclaredMethod("applyPattern", String.class);
@@ -68,7 +68,7 @@ private static void checkPatternIllegalArgument(String cause, String pattern) th
6868
* @throws Throwable if any
6969
*/
7070
@Test
71-
public void testApplyPattern() throws Throwable {
71+
void applyPattern() throws Throwable {
7272
// the most simple test
7373
checkPattern("test {text,url}", new String[] {"test ", null, "text", "url"});
7474

0 commit comments

Comments
 (0)