Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77b896c

Browse files
committed
Polishing
1 parent f05b462 commit 77b896c

File tree

1 file changed

+4
-4
lines changed
  • spring-core/src/main/java/org/springframework/core

1 file changed

+4
-4
lines changed

spring-core/src/main/java/org/springframework/core/Ordered.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2015 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -25,9 +25,9 @@
2525
* priority.
2626
*
2727
* <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.
3131
*
3232
* <p>Consult the Javadoc for {@link OrderComparator} for details on the
3333
* sort semantics for non-ordered objects.

0 commit comments

Comments
 (0)