r235 - trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence
Author: bleny Date: 2013-06-05 13:00:54 +0200 (Wed, 05 Jun 2013) New Revision: 235 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: remove fixme jdk 1.7 Modified: trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/Locations.java Modified: trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/Locations.java =================================================================== --- trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/Locations.java 2013-06-04 16:09:00 UTC (rev 234) +++ trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/Locations.java 2013-06-05 11:00:54 UTC (rev 235) @@ -73,8 +73,6 @@ @Override public int compare(Location location1, Location location2) { return location2.getRequiredAccreditationLevel() - location1.getRequiredAccreditationLevel(); - //FIXME Jdk 1.7 -// return Integer.compare(location2.getRequiredAccreditationLevel(), location1.getRequiredAccreditationLevel()); } }
participants (1)
-
bleny@users.forge.codelutin.com