Commit a9d67213 authored by Andy Wilkinson's avatar Andy Wilkinson

Override Eclipse’s formatting to keep Checkstyle happy

See gh-3964
parent 95c8af46
......@@ -207,8 +207,7 @@ public class EmbeddedMongoAutoConfiguration {
private ToStringFriendlyFeatureAwareVersion(String version, Set<Feature> features) {
Assert.notNull(version, "version must not be null");
this.version = version;
this.features = features == null ? Collections.<Feature> emptySet()
: features;
this.features = features == null ? Collections.<Feature>emptySet() : features;
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment