Skip to content

Commit e042bf3

Browse files
committed
fixing missing IllegalArgumentException
1 parent e6bca74 commit e042bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/picoded/dstack/mongodb/MongoDBStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static String getFullConnectionURL_primary(GenericConvertMap<String, Obje
111111

112112
// Safety check
113113
if( host == null ) {
114-
throw IllegalArgumentException("Missing valid host setting for MongoDB connection");
114+
throw new IllegalArgumentException("Missing valid host setting for MongoDB connection");
115115
}
116116

117117
// Hanlding of option string

0 commit comments

Comments
 (0)