You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/12/31 18:36:11 UTC

svn commit: r730423 - /incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java

Author: ajaquith
Date: Wed Dec 31 09:36:10 2008
New Revision: 730423

URL: http://svn.apache.org/viewvc?rev=730423&view=rev
Log:
Bug fix: hard-coded class name in tag.

Modified:
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java?rev=730423&r1=730422&r2=730423&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java Wed Dec 31 09:36:10 2008
@@ -34,7 +34,7 @@
     public VariableInfo[] getVariableInfo(TagData data)
     {
         VariableInfo[] var = { new VariableInfo( data.getAttributeString("id"),
-                                                 "com.ecyrd.jspwiki.WikiPage",
+                                                 "org.apache.jspwiki.api.WikiPage",
                                                  true,
                                                  VariableInfo.NESTED )
         };