Polish
This commit is contained in:
parent
a0f10a567c
commit
538c8d04b1
|
@ -34,12 +34,12 @@ import de.flapdoodle.embed.mongo.distribution.Feature;
|
|||
public class EmbeddedMongoProperties {
|
||||
|
||||
/**
|
||||
* Version of Mongo to use
|
||||
* Version of Mongo to use.
|
||||
*/
|
||||
private String version = "2.6.10";
|
||||
|
||||
/**
|
||||
* Comma-separated list of features to enable
|
||||
* Comma-separated list of features to enable.
|
||||
*/
|
||||
private Set<Feature> features = new HashSet<Feature>(
|
||||
Arrays.asList(Feature.SYNC_DELAY));
|
||||
|
|
Loading…
Reference in New Issue