From 855a193ebe8d884926d1245a7898946f1764caf8 Mon Sep 17 00:00:00 2001 From: Hasan Kara Date: Sun, 4 Feb 2024 19:58:18 +0100 Subject: [PATCH] GH-117 - Fix typo in Javadoc. --- .../src/main/java/org/jmolecules/ddd/types/Association.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmolecules-ddd/src/main/java/org/jmolecules/ddd/types/Association.java b/jmolecules-ddd/src/main/java/org/jmolecules/ddd/types/Association.java index 0a4409d..f77f4f0 100644 --- a/jmolecules-ddd/src/main/java/org/jmolecules/ddd/types/Association.java +++ b/jmolecules-ddd/src/main/java/org/jmolecules/ddd/types/Association.java @@ -24,7 +24,7 @@ * @author Martin Schimak * @author John Sullivan * @author Oliver Drotbohm - * @see John Sullivan - Advancing Enterprise DDD - Reinstating * the Aggregate */ public interface Association, ID extends Identifier> extends Identifiable {