You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/02 03:05:04 UTC

svn commit: r709829 - /myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java

Author: lu4242
Date: Sat Nov  1 19:05:04 2008
New Revision: 709829

URL: http://svn.apache.org/viewvc?rev=709829&view=rev
Log:
add @Override to method

Modified:
    myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java

Modified: myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java?rev=709829&r1=709828&r2=709829&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java (original)
+++ myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java Sat Nov  1 19:05:04 2008
@@ -553,6 +553,7 @@
     /**
      * @since JSF 2.0
      */
+    @Override
     public void addResponseCookie(final String name,
             final String value, final Map<String, Object> properties)
     {