Skip to content

Commit 1ac08e4

Browse files
committed
Polish Javadoc for ConfigurationClassParser
1 parent 979c483 commit 1ac08e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-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.
@@ -344,7 +344,7 @@ private Set<SourceClass> getImports(SourceClass sourceClass) throws IOException
344344
/**
345345
* Recursively collect all declared {@code @Import} values. Unlike most
346346
* 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
348348
* meta-annotation on a class is not sufficient.
349349
* <p>For example, it is common for a {@code @Configuration} class to declare direct
350350
* {@code @Import}s in addition to meta-imports originating from an {@code @Enable}

0 commit comments

Comments
 (0)