From aeeca5f6e86004964547972ea3705334b3b332e2 Mon Sep 17 00:00:00 2001 From: Ger-Jan te Dorsthorst Date: Wed, 4 Oct 2023 15:04:35 +0200 Subject: [PATCH] [ELY-2624] Update the JavaDoc for the PrincipalDecoder#aggregate method --- .../org/wildfly/security/auth/server/PrincipalDecoder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/server/base/src/main/java/org/wildfly/security/auth/server/PrincipalDecoder.java b/auth/server/base/src/main/java/org/wildfly/security/auth/server/PrincipalDecoder.java index bfa033f7477..7f48a45f3f0 100644 --- a/auth/server/base/src/main/java/org/wildfly/security/auth/server/PrincipalDecoder.java +++ b/auth/server/base/src/main/java/org/wildfly/security/auth/server/PrincipalDecoder.java @@ -74,8 +74,8 @@ default PrincipalDecoder withRewriter(NameRewriter nameRewriter) { } /** - * Create an aggregated credential decoder. The aggregated decoder will check each credential decoder until one - * matches the credential; this result will be returned. + * Create an aggregated principal decoder. The aggregated decoder will check each principal decoder until one + * matches the principal; this result will be returned. * * @param decoders the constituent decoders * @return the aggregated decoder