sgala 01/09/13 11:48:44
Modified: src/java/org/apache/jetspeed/util/customization
AllowableColumnSet.java
Log:
Small javadoc fixes to avoid warnings
Revision Changes Path
1.2 +6 -4
jakarta-jetspeed/src/java/org/apache/jetspeed/util/customization/AllowableColumnSet.java
Index: AllowableColumnSet.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/customization/AllowableColumnSet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AllowableColumnSet.java 2001/05/08 06:26:09 1.1
+++ AllowableColumnSet.java 2001/09/13 18:48:44 1.2
@@ -67,7 +67,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Van Truong </a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ernest Ros </a>
- * @version $Id: AllowableColumnSet.java,v 1.1 2001/05/08 06:26:09 taylor Exp $
+ * @version $Id: AllowableColumnSet.java,v 1.2 2001/09/13 18:48:44 sgala Exp $
*
*/
public class AllowableColumnSet
@@ -122,7 +122,8 @@
* @param columnAttr int representing the column's attribute, such as
* AllowableColumnSet.HEADINGCOLOR or AllowableColumnSet.BACKGROUNDCOLOR.
*
- * @throws Exception if the column or the column's attribute is invalid.
+ * @throws ArrayIndexOutOfBoundsException if the column is invalid
+ * @throws CustomizerException if the color attribute is invalid.
*/
public void setColor(int column, int columnAttr, String color) throws
ArrayIndexOutOfBoundsException,
CustomizerException
@@ -155,7 +156,8 @@
* @param columnAttr int representing the column's attribute, such as
* AllowableColumnSet.HEADINGCOLOR or
AllowableColumnSet.BACKGROUNDCOLOR.
* @return String The hexidecimal value of this color.
- * @throws Exception if the column or the column's attribute is invalid.
+ * @throws ArrayIndexOutOfBoundsException if the column is invalid
+ * @throws CustomizerException if the color attribute is invalid.
*/
public String getColor(int column, int columnAttr) throws
ArrayIndexOutOfBoundsException,
CustomizerException
@@ -184,7 +186,7 @@
*
* @param column int representing column number.
* @return String Description of this column.
- * @throws Exception if the column is invalid.
+ * @throws ArrayIndexOutOfBoundsException if the column is invalid.
*/
public String getColumnDescription(int column) throws
ArrayIndexOutOfBoundsException
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]