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 c931eaa commit 35c2869Copy full SHA for 35c2869
org.springframework.core/src/main/java/org/springframework/core/OrderComparator.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2009 the original author or authors.
+ * Copyright 2002-2012 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.
@@ -40,7 +40,7 @@ public class OrderComparator implements Comparator<Object> {
40
/**
41
* Shared default instance of OrderComparator.
42
*/
43
- public static OrderComparator INSTANCE = new OrderComparator();
+ public static final OrderComparator INSTANCE = new OrderComparator();
44
45
46
public int compare(Object o1, Object o2) {
0 commit comments