File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-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.
@@ -344,7 +344,7 @@ private Set<SourceClass> getImports(SourceClass sourceClass) throws IOException
344
344
/**
345
345
* Recursively collect all declared {@code @Import} values. Unlike most
346
346
* meta-annotations it is valid to have several {@code @Import}s declared with
347
- * different values, the usual process or returning values from the first
347
+ * different values; the usual process of returning values from the first
348
348
* meta-annotation on a class is not sufficient.
349
349
* <p>For example, it is common for a {@code @Configuration} class to declare direct
350
350
* {@code @Import}s in addition to meta-imports originating from an {@code @Enable}
You can’t perform that action at this time.
0 commit comments