You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/06/22 15:51:00 UTC

cvs commit: jakarta-tapestry/annotations/src/java/org/apache/tapestry/annotations MessageAnnotationWorker.java

hlship      2005/06/22 06:51:00

  Modified:    annotations/src/java/org/apache/tapestry/annotations
                        MessageAnnotationWorker.java
  Log:
  Add Message annotation.
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-tapestry/annotations/src/java/org/apache/tapestry/annotations/MessageAnnotationWorker.java
  
  Index: MessageAnnotationWorker.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/annotations/src/java/org/apache/tapestry/annotations/MessageAnnotationWorker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MessageAnnotationWorker.java	22 Jun 2005 12:47:21 -0000	1.1
  +++ MessageAnnotationWorker.java	22 Jun 2005 13:51:00 -0000	1.2
  @@ -15,11 +15,9 @@
   package org.apache.tapestry.annotations;
   
   import java.lang.reflect.Method;
  -
  -import javassist.Modifier;
  +import java.lang.reflect.Modifier;
   
   import org.apache.hivemind.ApplicationRuntimeException;
  -import org.apache.hivemind.HiveMind;
   import org.apache.hivemind.service.BodyBuilder;
   import org.apache.hivemind.service.MethodSignature;
   import org.apache.tapestry.Tapestry;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org