Polish whitespace and formatting
This commit is contained in:
@@ -34,8 +34,12 @@ import org.springframework.core.Ordered;
|
||||
*/
|
||||
public class AnnotationAwareOrderComparator extends OrderComparator {
|
||||
|
||||
/**
|
||||
* Shared default instance of AnnotationAwareOrderComparator.
|
||||
*/
|
||||
public static AnnotationAwareOrderComparator INSTANCE = new AnnotationAwareOrderComparator();
|
||||
|
||||
|
||||
@Override
|
||||
protected int getOrder(Object obj) {
|
||||
if (obj instanceof Ordered) {
|
||||
|
||||
Reference in New Issue
Block a user