Revision: 2498 http://archive-access.svn.sourceforge.net/archive-access/?rev=2498&view=rev Author: bradtofel Date: 2008-07-26 01:38:07 +0000 (Sat, 26 Jul 2008) Log Message: ----------- TWEAK: removed unneeded suppressWarnings Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/resourceindex/distributed/AlphaPartitionedIndex.java Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/resourceindex/distributed/AlphaPartitionedIndex.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/resourceindex/distributed/AlphaPartitionedIndex.java 2008-07-26 01:37:41 UTC (rev 2497) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/resourceindex/distributed/AlphaPartitionedIndex.java 2008-07-26 01:38:07 UTC (rev 2498) @@ -152,7 +152,6 @@ } } - @SuppressWarnings("unchecked") protected RangeGroup getRangeGroupForRequest(WaybackRequest wbRequest) throws BadQueryException, ResourceIndexNotAvailableException { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |