This commit is contained in:
Stephane Nicoll 2017-03-02 12:18:09 +01:00
parent 0d61f92479
commit 5278baca01

View File

@ -191,9 +191,8 @@ public class MongoProperties {
/**
* Creates a {@link MongoClient} using the given {@code options} and
* {@code environment}. If the configured port is zero, the value of the
* {@code local.mongo.port} property retrieved from the {@code environment} is used to
* configure the client.
* {@code environment}. If the environment contains a {@code local.mongo.port}
* property, it is used to configure a client to an embedded MongoDB instance.
* @param options the options
* @param environment the environment
* @return the Mongo client