Skip to content

Commit 97059ad

Browse files
committed
checkstyle
1 parent 5ab974d commit 97059ad

File tree

1 file changed

+2
-2
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,8 +1941,8 @@ public RpcStatusProto getRpcStatusProto() {
19411941
String connectionInfo = conns[0].toString();
19421942
LOG.info("Connection is from: {}", connectionInfo);
19431943
assertEquals(
1944-
"Connection string representation should include only IP address for healthy connection",
1945-
1, connectionInfo.split(" / ").length);
1944+
"Connection string representation should include only IP address for healthy "
1945+
+ "connection", 1, connectionInfo.split(" / ").length);
19461946
// verify whether the connection should have been reused.
19471947
if (isDisconnected) {
19481948
assertNotSame(reqName, lastConn, conns[0]);

0 commit comments

Comments
 (0)