Skip to content

Commit 83042a9

Browse files
committed
[#noissue] Cleanup
1 parent deb1052 commit 83042a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/main/java/com/navercorp/pinpoint/test/plugin/DependencyResolverFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class DependencyResolverFactory {
3333
private final RepositorySystemSession session;
3434

3535
public DependencyResolverFactory() {
36-
this(true, Collections.EMPTY_MAP);
36+
this(true, Collections.emptyMap());
3737
}
3838

3939
public DependencyResolverFactory(Map<String, Object> sessionConfig) {

0 commit comments

Comments
 (0)