File tree 1 file changed +2
-4
lines changed
src/main/java/org/springframework/data/repository/config
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2013 the original author or authors.
2
+ * Copyright 2012-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
23
23
import org .springframework .beans .factory .config .BeanDefinition ;
24
24
import org .springframework .core .env .Environment ;
25
- import org .springframework .core .env .StandardEnvironment ;
26
25
import org .springframework .core .io .ResourceLoader ;
27
26
import org .springframework .core .type .filter .TypeFilter ;
28
27
import org .springframework .util .Assert ;
@@ -40,8 +39,7 @@ public abstract class RepositoryConfigurationSourceSupport implements Repository
40
39
private final Environment environment ;
41
40
42
41
/**
43
- * Creates a new {@link RepositoryConfigurationSourceSupport} with the given environment. Defaults to a plain
44
- * {@link StandardEnvironment} in case the given argument is {@literal null}.
42
+ * Creates a new {@link RepositoryConfigurationSourceSupport} with the given environment.
45
43
*
46
44
* @param environment must not be {@literal null}.
47
45
*/
You can’t perform that action at this time.
0 commit comments