Changes

214 bytes removed ,  23:39, 7 February 2009
m
removed old note about error in jar file that has been fixed
Line 89: Line 89:  
</blockquote>
 
</blockquote>
 
If there is a distance tie, check the city names using java.lang.String.compareTo() (for a distance tie, the nearestCity name is less than the other city name).
 
If there is a distance tie, check the city names using java.lang.String.compareTo() (for a distance tie, the nearestCity name is less than the other city name).
  −
== JAR file ==
  −
InclusiveIntersectionVerifier.intersects(Line2D seg, Rectangle2D rect) does not work properly. This shouldn't be an issue for part 1.  A corrected JAR file will be made available for parts 2 and 3.