File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-core/src/main/java/org/springframework/core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2015 the original author or authors.
2
+ * Copyright 2002-2019 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.
25
25
* priority.
26
26
*
27
27
* <p>Note that there is also a <em>priority</em> marker for this interface:
28
- * {@link PriorityOrdered}. Order values expressed by {@code PriorityOrdered}
29
- * objects always apply before same order values expressed by <em>plain</em>
30
- * {@link Ordered} objects.
28
+ * {@link PriorityOrdered}. Consult the Javadoc for {@code PriorityOrdered} for
29
+ * details on how {@code PriorityOrdered} objects are ordered relative to
30
+ * <em>plain</em> {@link Ordered} objects.
31
31
*
32
32
* <p>Consult the Javadoc for {@link OrderComparator} for details on the
33
33
* sort semantics for non-ordered objects.
You can’t perform that action at this time.
0 commit comments