Skip to content

Commit 335dbeb

Browse files
author
Thomas Darimont
committed
DATACMNS-530 - Improve javadoc for RepositoryConfigurationSourceSupport.
Removed misleading javadoc.
1 parent 479501b commit 335dbeb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/org/springframework/data/repository/config/RepositoryConfigurationSourceSupport.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 the original author or authors.
2+
* Copyright 2012-2014 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
2222

2323
import org.springframework.beans.factory.config.BeanDefinition;
2424
import org.springframework.core.env.Environment;
25-
import org.springframework.core.env.StandardEnvironment;
2625
import org.springframework.core.io.ResourceLoader;
2726
import org.springframework.core.type.filter.TypeFilter;
2827
import org.springframework.util.Assert;
@@ -40,8 +39,7 @@ public abstract class RepositoryConfigurationSourceSupport implements Repository
4039
private final Environment environment;
4140

4241
/**
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.
4543
*
4644
* @param environment must not be {@literal null}.
4745
*/

0 commit comments

Comments
 (0)