Skip to content

Commit f82e435

Browse files
committed
Add Missing Import
Restored an import that was lost during a backport Issue gh-4183
1 parent a44225d commit f82e435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/test/java/org/springframework/security/web/authentication/switchuser/SwitchUserFilterTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package org.springframework.security.web.authentication.switchuser;
1818

1919
import java.util.ArrayList;
20+
import java.util.Collection;
2021
import java.util.List;
2122
import javax.servlet.FilterChain;
2223

0 commit comments

Comments
 (0)