Skip to content

Commit 9a55549

Browse files
committed
JAVA-1285: formatting
1 parent 0ad1565 commit 9a55549

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/com/mongodb/DBTCPConnector.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,7 @@ private boolean shouldRetryQuery(ReadPreference readPreference, final DBCollecti
393393
}
394394

395395
private ClusterDescription getClusterDescription() {
396-
return cluster.getDescription(getClusterWaitTimeMS(), MILLISECONDS
397-
);
396+
return cluster.getDescription(getClusterWaitTimeMS(), MILLISECONDS);
398397
}
399398

400399
private int getClusterWaitTimeMS() {
@@ -652,7 +651,6 @@ MyPort getMyPort() {
652651
}
653652

654653
private Server getServer(final ServerSelector serverSelector) {
655-
return cluster.getServer(serverSelector, getClusterWaitTimeMS(), MILLISECONDS
656-
);
654+
return cluster.getServer(serverSelector, getClusterWaitTimeMS(), MILLISECONDS);
657655
}
658656
}

0 commit comments

Comments
 (0)