Commit c274162e authored by Andy Wilkinson's avatar Andy Wilkinson

Correct since version in javadoc of Any and AllNestedCondition

parent a9d67213
......@@ -37,7 +37,7 @@ import org.springframework.context.annotation.Condition;
* </pre>
*
* @author Phillip Webb
* @since 1.2.0
* @since 1.3.0
*/
public abstract class AllNestedConditions extends AbstractNestedCondition {
......
......@@ -39,7 +39,7 @@ import org.springframework.core.annotation.Order;
* </pre>
*
* @author Phillip Webb
* @since 1.3.0
* @since 1.2.0
*/
@Order(Ordered.LOWEST_PRECEDENCE - 20)
public abstract class AnyNestedCondition extends AbstractNestedCondition {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment