We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4618167 commit 8f0849fCopy full SHA for 8f0849f
spring-core/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2013 the original author or authors.
+ * Copyright 2002-2014 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -445,7 +445,7 @@ public static class TransactionalClass {
445
}
446
447
@Order
448
- public static class TransactionalAndOrderedClass {
+ public static class TransactionalAndOrderedClass extends TransactionalClass {
449
450
451
public static class SubTransactionalAndOrderedClass extends TransactionalAndOrderedClass {
0 commit comments