You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/07/11 18:35:30 UTC

svn commit: r210155 - in /myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller: HtmlDataScroller.java ScrollerActionEvent.java

Author: grantsmith
Date: Mon Jul 11 09:35:28 2005
New Revision: 210155

URL: http://svn.apache.org/viewcvs?rev=210155&view=rev
Log:
Javadoc warnings fixed

Modified:
    myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScroller.java
    myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java

Modified: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScroller.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScroller.java?rev=210155&r1=210154&r2=210155&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScroller.java (original)
+++ myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScroller.java Mon Jul 11 09:35:28 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -158,7 +158,7 @@
 	}
 
 	/**
-	 * @return
+	 * @return int
 	 */
 	public UIData getUIData()
 	{
@@ -219,7 +219,7 @@
 	}
 
 	/**
-	 * @return
+	 * @return int
 	 */
 	public int getRowCount()
 	{
@@ -227,7 +227,7 @@
 	}
 
 	/**
-	 * @return
+	 * @return int
 	 */
 	public int getRows()
 	{
@@ -235,7 +235,7 @@
 	}
 
 	/**
-	 * @return
+	 * @return int
 	 */
 	public int getFirstRow()
 	{
@@ -339,7 +339,7 @@
 	 */
 	public MethodBinding getAction()
 	{
-		// not used 
+		// not used
 		return null;
 	}
 

Modified: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java?rev=210155&r1=210154&r2=210155&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java (original)
+++ myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java Mon Jul 11 09:35:28 2005
@@ -2,7 +2,6 @@
 
 import javax.faces.component.UIComponent;
 import javax.faces.event.ActionEvent;
-import javax.faces.event.PhaseId;
 
 /**
  * @author MBroekelmann
@@ -28,7 +27,7 @@
 	}
 
 	/**
-	 * 
+	 *
 	 */
 	public ScrollerActionEvent(UIComponent component, int pageIndex)
 	{
@@ -50,7 +49,7 @@
 	}
 
 	/**
-	 * @return
+	 * @return int
 	 */
 	public int getPageIndex()
 	{