Skip to content

Commit

Permalink
GH-117 - Fix typo in Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
haisi authored and odrotbohm committed Apr 18, 2024
1 parent 82e26d6 commit 855a193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Martin Schimak
* @author John Sullivan
* @author Oliver Drotbohm
* @see <a href="https://scabl.blogspot.com/2015/04/aeddd-9.html>John Sullivan - Advancing Enterprise DDD - Reinstating
* @see <a href="https://scabl.blogspot.com/2015/04/aeddd-9.html">John Sullivan - Advancing Enterprise DDD - Reinstating
* the Aggregate</a>
*/
public interface Association<T extends AggregateRoot<T, ID>, ID extends Identifier> extends Identifiable<ID> {
Expand Down

0 comments on commit 855a193

Please sign in to comment.