1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Updated build to use maven.springframework.org deps

This commit is contained in:
Luke Taylor
2009-05-13 06:16:05 +00:00
parent a8215fa2cb
commit 45c54c558c
23 changed files with 145 additions and 158 deletions
@@ -161,5 +161,9 @@ public class MockJoinPoint implements JoinPoint {
public String toShortString() {
throw new UnsupportedOperationException("mock not implemented");
}
public int getId() {
throw new UnsupportedOperationException("mock not implemented");
}
}
}