This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new a574966  CURATOR-602 fix typo in the variable (#390)
a574966 is described below

commit a5749661bc8561f79d803a0adfbc503f2ed39b56
Author: Colin Kuo <[email protected]>
AuthorDate: Mon Jul 5 02:35:47 2021 -0700

    CURATOR-602 fix typo in the variable (#390)
    
    Co-authored-by: Colin Kuo <[email protected]>
---
 .../org/apache/curator/framework/recipes/nodes/TestGroupMember.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestGroupMember.java
 
b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestGroupMember.java
index 1416533..560ea42 100644
--- 
a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestGroupMember.java
+++ 
b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestGroupMember.java
@@ -71,7 +71,7 @@ public class TestGroupMember extends BaseClassForTests
                     return new String(input);
                 }
             });
-            Map<String, String> convertMembers2 = 
Maps.transformValues(currentMembers1, new Function<byte[], String>()
+            Map<String, String> convertMembers2 = 
Maps.transformValues(currentMembers2, new Function<byte[], String>()
             {
                 @Override
                 public String apply(byte[] input)

Reply via email to