changeset 9541:7121db44533b

Fix incorrect test method signature. Contributed-by: Alan Bateman <Alan.Bateman@oracle.com>
author psandoz
date Mon, 19 Aug 2013 11:52:23 +0200
parents 82e4ef346a7c
children 635ca65e4ce7
files test/java/util/Comparator/TypeTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/util/Comparator/TypeTest.java	Mon Aug 19 11:42:22 2013 +0200
+++ b/test/java/util/Comparator/TypeTest.java	Mon Aug 19 11:52:23 2013 +0200
@@ -75,7 +75,7 @@
         }
     }
 
-    public static void main(String[] args) {
+    public void testOrder() {
         Manager m1 = new Manager("Manager", 2, 2000);
         Manager m2 = new Manager("Manager", 4, 1300);