llissery пре 8 година
родитељ
комит
3eb88d8ba8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/main/java/se/citerus/dddsample/domain/shared/Entity.java

+ 1
- 1
src/main/java/se/citerus/dddsample/domain/shared/Entity.java Прегледај датотеку

10
    * Entities compare by identity, not by attributes.
10
    * Entities compare by identity, not by attributes.
11
    *
11
    *
12
    * @param other The other entity.
12
    * @param other The other entity.
13
-   * @return true if the identities are the same, regardles of other attributes.
13
+   * @return true if the identities are the same, regardless of other attributes.
14
    */
14
    */
15
   boolean sameIdentityAs(T other);
15
   boolean sameIdentityAs(T other);
16
 
16