Skip to content

Commit e84edd9

Browse files
committed
HADOOP-18074 - fix compliation problem on branch-3.3
1 parent 5b62ea4 commit e84edd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ private NamingEnumeration<SearchResult> lookupPosixGroup(SearchResult result,
460460
* @throws NamingException if unable to find group names
461461
*/
462462
@VisibleForTesting
463-
Set<String> lookupGroup(SearchResult result, DirContext c,
463+
List<String> lookupGroup(SearchResult result, DirContext c,
464464
int goUpHierarchy)
465465
throws NamingException {
466466
List<String> groups = new ArrayList<>();

0 commit comments

Comments
 (0)