Skip to content

Commit 892ecf3

Browse files
noodlzetrustin
andauthored
Update common/src/main/java/com/linecorp/centraldogma/common/PathPattern.java
Co-authored-by: Trustin Lee <[email protected]>
1 parent 49b5d3f commit 892ecf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/linecorp/centraldogma/common/PathPattern.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static PathPattern of(PathPattern... pathPatterns) {
6868
if (pathPatterns.length == 1) {
6969
return pathPatterns[0];
7070
}
71-
return new DefaultPathPattern(ImmutableList.copyOf(pathPatterns));
71+
return new DefaultPathPattern(ImmutableSet.copyOf(pathPatterns));
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)