We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b776d1d commit a8a15bdCopy full SHA for a8a15bd
1 file changed
test-utils/src/main/java/com/ibm/ws/lars/testutils/FatUtils.java
@@ -147,7 +147,7 @@ public static MassiveRepositoryFixture getMassiveFixture() {
147
* We never explicitly close the client and rely on the connection being closed when the JVM
148
* exits.
149
*/
150
- public static synchronized DB getMongoDB throws UnknownHostException() {
+ public static synchronized DB getMongoDB() throws UnknownHostException {
151
if (fatDB == null) {
152
MongoClient mongoClient;
153
mongoClient = new MongoClient("localhost:" + FatUtils.DB_PORT);
0 commit comments