Skip to content

Commit 70e1eeb

Browse files
committed
Convert comment to a class documentation comment.
1 parent 1f38bc7 commit 70e1eeb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

driver-core/src/test/unit/com/mongodb/connection/ServerSelectionSelectionTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171
import static org.junit.Assert.assertNotNull;
7272
import static org.mockito.Mockito.when;
7373

74-
// See https://github.com/mongodb/specifications/tree/master/source/server-selection/tests
74+
/**
75+
* See <a href="https://github.com/mongodb/specifications/tree/master/source/server-selection/tests/server_selection">Server Selection Tests</a>.
76+
*/
7577
@RunWith(Parameterized.class)
7678
public class ServerSelectionSelectionTest {
7779
private final String description;

0 commit comments

Comments
 (0)