cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547

This commit is contained in:
Josh Long
2010-10-23 17:18:22 -07:00
parent 19871a4484
commit e44f9a6e31
30 changed files with 97 additions and 72 deletions

View File

@@ -50,7 +50,7 @@ public class CycleDetectorTests {
CycleDetector builder = new CycleDetector();
builder.detectCycle(parent, "org.springframework.integration.transformer");
// should not throw an exception, however if you remove additional package from
// the above method there is a cycle in the domain model
// the above method there is a cycle in the domain core
}
@Test