Override Eclipse’s formatting to keep Checkstyle happy
See gh-3964
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user