diff --git a/sdm/src/java/association/AggregationTest.java b/sdm/src/java/association/AggregationTest.java index 2dbcfb0..09c4dd6 100644 --- a/sdm/src/java/association/AggregationTest.java +++ b/sdm/src/java/association/AggregationTest.java @@ -10,7 +10,7 @@ public static void main(String args[]) team.showAll(); team = null; System.out.println("Team deleted.\n"); - fed.showAll(); + fed.showAll(); // Why not show()? jo.showAll(); } }