|
|
@@ -60,10 +60,10 @@ public class CustomsZone extends EntitySupport<CustomsZone,String> {
|
|
60
|
60
|
|
|
61
|
61
|
/**
|
|
62
|
62
|
* Convenience method for testing. Usage in application would be
|
|
63
|
|
- * entryPoint(List<Location) route)
|
|
|
63
|
+ * entryPoint(List<Location>) route)
|
|
64
|
64
|
*
|
|
65
|
|
- * @param route
|
|
66
|
|
- * @return
|
|
|
65
|
+ * @param route a list of locations
|
|
|
66
|
+ * @return The first location on the route that is in this customs zone.
|
|
67
|
67
|
*/
|
|
68
|
68
|
public Location entryPoint(final Location... route) {
|
|
69
|
69
|
return entryPoint(Arrays.asList(route));
|