http://code.google.com/p/tapestry5-cayenne/source/detail?r=239
Modified:
/trunk/tapestry5-cayenne-core/src/main/java/com/googlecode/tapestry5cayenne/services/CayenneCommitAfterWorker.java
=======================================
---
/trunk/tapestry5-cayenne-core/src/main/java/com/googlecode/tapestry5cayenne/services/CayenneCommitAfterWorker.java
Thu Mar 29 05:33:48 2012
+++
/trunk/tapestry5-cayenne-core/src/main/java/com/googlecode/tapestry5cayenne/services/CayenneCommitAfterWorker.java
Thu Apr 5 22:36:39 2012
@@ -35,9 +35,7 @@
public void transform(ClassTransformation transformation,
MutableComponentModel model) {
- System.out.println("Attempting to add advice for
CommitAfter-annotated methods for model " + model + "; transformation: " +
transformation);
for(TransformMethod method:
transformation.matchMethodsWithAnnotation(CommitAfter.class)) {
- System.out.println("Adding commit after advice to method: " +
method);
method.addAdvice(advice);
}
}