Skip to content

Commit 06d648e

Browse files
adwk67sbernauer
andauthored
Update src/main/java/tech/stackable/hadoop/StackableGroupMapper.java
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 0bd35a2 commit 06d648e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tech/stackable/hadoop/StackableGroupMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public List<String> getGroups(String user) throws IOException {
110110
return groups;
111111
}
112112

113-
private final static UnaryOperator<String> removeSlashes = s -> {
113+
private final static UnaryOperator<String> stripSlashes = s -> {
114114
if (s.startsWith("/")) {
115115
s = s.substring(1);
116116
}

0 commit comments

Comments
 (0)