Skip to content

Commit 445b5a0

Browse files
author
Alexandru Scvortov
committed
merge bug24000 into default (Screw javax.security.sasl)
2 parents 3fa7d14 + 84f3c6d commit 445b5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/SaslMechanisms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Mechanism(String name, byte[][] responses) {
4040
this.name = name;
4141
this.responses = responses;
4242
}
43-
43+
4444
public String getName() {
4545
return name;
4646
}

0 commit comments

Comments
 (0)