Skip to content

Commit 4b32e56

Browse files
committed
Add deprecation notice in the javadocs
1 parent 58c503d commit 4b32e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/http/src/main/java/org/trellisldp/http/WebAcFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private WebAcFilter(final AccessControlService accessService, final Configuratio
111111
* @param accessService the access service
112112
* @param challengeTypes the WWW-Authenticate challenge types
113113
* @param realm the authentication realm
114+
* @deprecated Please use either the one-argument or the four-argument constructor.
114115
*/
115116
@Deprecated
116117
public WebAcFilter(final AccessControlService accessService, final List<String> challengeTypes,

0 commit comments

Comments
 (0)