You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/07/27 01:44:28 UTC

svn commit: r425909 - /incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java

Author: agilliland
Date: Wed Jul 26 16:44:27 2006
New Revision: 425909

URL: http://svn.apache.org/viewvc?rev=425909&view=rev
Log:
fixing comment.


Modified:
    incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java

Modified: incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java?rev=425909&r1=425908&r2=425909&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java (original)
+++ incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/PageModel.java Wed Jul 26 16:44:27 2006
@@ -46,9 +46,7 @@
 
 
 /**
- * Model provides information needed to render a weblog page. 
- * Includes methods for paging through a collection of entries restricted by category. 
- * The getEntries() method must be called first, before any pager methods will work.
+ * Model which provides information needed to render a weblog page.
  */
 public class PageModel implements Model {