> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 06, 2006 4:45 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: svn commit: r392122 - 
> /tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java
> 
> Author: remm
> Date: Thu Apr  6 16:44:36 2006
> New Revision: 392122
> 
> URL: http://svn.apache.org/viewcvs?rev=392122&view=rev
> Log:
> - I don't know if this field is legitimate or not, but it's 
> used by the rest of the patch. I'll
>   check it.
> 
> Modified:
>     tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java
> 
> Modified: tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java
> URL: 
> http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/javax/
> annotation/Resource.java?rev=392122&r1=392121&r2=392122&view=diff
> ==============================================================
> ================
> --- tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java 
> (original)
> +++ tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java 
> Thu Apr  6 16:44:36 2006
> @@ -37,4 +37,5 @@
>      public AuthenticationType authenticationType() default 
> AuthenticationType.CONTAINER;
>      public boolean shareable() default true;
>      public String description() default "";
> +    public String mappedName();
>  }
> 

>From my copy of JSR-250, it looks like it should be there.  However, it
should have a default of "".

> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to