[jboss-cvs] JBossAS SVN: r73998 - projects/jboss-deployers/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 3 09:56:39 EDT 2008


Author: alesj
Date: 2008-06-03 09:56:39 -0400 (Tue, 03 Jun 2008)
New Revision: 73998

Modified:
   projects/jboss-deployers/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/DefaultDeploymentContextComparator.java
Log:
Typo fix.

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/DefaultDeploymentContextComparator.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/DefaultDeploymentContextComparator.java	2008-06-03 13:53:52 UTC (rev 73997)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/DefaultDeploymentContextComparator.java	2008-06-03 13:56:39 UTC (rev 73998)
@@ -45,7 +45,7 @@
       if (relative != 0)
          return relative;
       else
-         return o1.getSimpleName().compareTo(o2.getRelativePath());
+         return o1.getSimpleName().compareTo(o2.getSimpleName());
    }
 
    public static Comparator<DeploymentContext> getInstance()




More information about the jboss-cvs-commits mailing list