Skip to content

Commit e3d5e17

Browse files
author
Vincent Potucek
committed
JUnitToAssertj
1 parent 2033342 commit e3d5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/reflection/ReflectionValueExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public void testArtifactMap() throws Exception {
348348
.getClassifier());
349349
}
350350

351-
static class Artifact {
351+
public static class Artifact {
352352
private String groupId;
353353

354354
private String artifactId;

0 commit comments

Comments
 (0)