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 2009/01/23 05:22:20 UTC

svn commit: r736908 - /myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java

Author: lu4242
Date: Thu Jan 22 20:22:19 2009
New Revision: 736908

URL: http://svn.apache.org/viewvc?rev=736908&view=rev
Log:
TOMAHAWK-1382 Same incompatibility issue appears on latest tomahawk 1.1.8 for jsf 1.2 (TOMAHAWK-1287)

Modified:
    myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java

Modified: myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java?rev=736908&r1=736907&r2=736908&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java (original)
+++ myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/schedule/UISchedule.java Thu Jan 22 20:22:19 2009
@@ -362,7 +362,7 @@
     /**
      * @return the submittedEntry
      */
-    protected ScheduleEntry getSubmittedEntry()
+    public ScheduleEntry getSubmittedEntry()
     {
         return _submittedEntry;
     }