You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ss...@apache.org on 2006/02/25 00:01:18 UTC

svn commit: r380854 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java

Author: ssilvert
Date: Fri Feb 24 15:01:15 2006
New Revision: 380854

URL: http://svn.apache.org/viewcvs?rev=380854&view=rev
Log:
Remove @deprecated javadoc http://issues.apache.org/jira/browse/MYFACES-1153

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java?rev=380854&r1=380853&r2=380854&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/PortletUtil.java Fri Feb 24 15:01:15 2006
@@ -8,7 +8,6 @@
  * Static utility class for portlet-related operations.
  *
  * @author  Stan Silvert
- * @deprecated These utils work only with the MyFaces implementation and therefore should be moved to myfaces-impl in the future
  */
 public final class PortletUtil {
     
@@ -47,4 +46,4 @@
                                .getSessionMap()
                                .get(PORTLET_REQUEST_FLAG) != null;
         }
-    }
\ No newline at end of file
+    }