Skip to content

Commit b6e3d75

Browse files
Add FunctionalInterface To X509PrincipalExtractor
Closes gh-16949 Signed-off-by: Max Batischev <[email protected]>
1 parent ef4479a commit b6e3d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/preauth/x509/X509PrincipalExtractor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,6 +23,7 @@
2323
*
2424
* @author Luke Taylor
2525
*/
26+
@FunctionalInterface
2627
public interface X509PrincipalExtractor {
2728

2829
/**

0 commit comments

Comments
 (0)