[richfaces-svn-commits] JBoss Rich Faces SVN: r14426 - branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf6338.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 1 11:06:17 EDT 2009


Author: mvitenkov
Date: 2009-06-01 11:06:16 -0400 (Mon, 01 Jun 2009)
New Revision: 14426

Modified:
   branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf6338/Bean.java
Log:
Add copyright and comment.

Modified: branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf6338/Bean.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf6338/Bean.java	2009-06-01 15:01:53 UTC (rev 14425)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf6338/Bean.java	2009-06-01 15:06:16 UTC (rev 14426)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ */
 package org.richfaces.regressionarea.issues.rf6338;
 
 import org.jboss.seam.ScopeType;
@@ -4,13 +24,22 @@
 import org.jboss.seam.annotations.Name;
 import org.jboss.seam.annotations.Scope;
 
+/**
+ * This test case for: <a href="https://jira.jboss.org/jira/browse/RF-6338">RF-6338 - 
+ * PanelMenu does not work in 3.3.1.SNAPSHOT</a>
+ * 
+ * @author Mikhail Vitenkov
+ * @since 3.3.2
+ */
 @Name("rf6338")
 @Scope(ScopeType.SESSION)
 public class Bean {
 
 	public Bean() {		
 	}
-	
+	/**
+	An empty action, equal for each panelMenuItem in panelMenuGroup. 
+	It shoudn't affect component  expand/collapse operations.**/
 	public void action() {	
 	}
 }




More information about the richfaces-svn-commits mailing list