Przeglądaj źródła

Minor documentation updates

peter_backlund 16 lat temu
rodzic
commit
7404a427c9

+ 3
- 3
dddsample/tracking/core/src/main/java/se/citerus/dddsample/tracking/core/domain/model/location/CustomsZone.java Wyświetl plik

@@ -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));