Index: src/java/org/apache/torque/engine/database/model/ForeignKey.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/engine/database/model/ForeignKey.java,v
retrieving revision 1.10
diff -r1.10 ForeignKey.java
63c63
<  * A Class for information about foreign keys of a table.
---
>  * A class for information about foreign keys of a table.
104c104
<      * normalizes the input of onDelete, onUpdate attributes
---
>      * Normalizes the input of onDelete, onUpdate attributes
122c122
<      * returns whether or not the onUpdate attribute is set
---
>      * Returns whether or not the onUpdate attribute is set
130c130
<      * returns whether or not the onDelete attribute is set
---
>      * Returns whether or not the onDelete attribute is set
138c138
<      * returns the onUpdate attribute
---
>      * Returns the onUpdate attribute
146c146
<      * returns the onDelete attribute
---
>      * Returns the onDelete attribute
154c154
<      * sets the onDelete attribute
---
>      * Sets the onDelete attribute
162c162
<      * sets the onUpdate attribute
---
>      * Sets the onUpdate attribute
218c218
<      * Returns the Name of the table the foreign key is in
---
>      * Returns the name of the table the foreign key is in
226c226
<      * adds a new reference entry to the foreign key
---
>      * Adds a new reference entry to the foreign key
234c234
<      * adds a new reference entry to the foreign key
---
>      * Adds a new reference entry to the foreign key
243c243
<      * Return a comma delimited string of local column names
---
>      * Returns a comma delimited string of local column names
251c251
<      * Return a comma delimited string of foreign column names
---
>      * Returns a comma delimited string of foreign column names
259c259
<      * Return the list of local columns. You should not edit this List.
---
>      * Returns the list of local column names. You should not edit this List.
267c267
<      * Utility method to get local column to foreign column
---
>      * Utility method to get local column names to foreign column names
283c283
<      * Return the list of local columns. You should not edit this List.
---
>      * Returns the list of local column names. You should not edit this List.
291c291
<      * Utility method to get local column to foreign column
---
>      * Utility method to get foreign column names to local column names
