Skip to content

Commit 7d55536

Browse files
committed
larify global vs route-specific registrations
1 parent b9382a3 commit 7d55536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/example/server/FilterRegistration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public record FilterRegistration(
66
HttpFilter filter,
77
int order,
8-
List<String> routePatterns // null/empty = global
8+
List<String> routePatterns
99
) {
1010

1111
public boolean isGlobal() {

0 commit comments

Comments
 (0)