Skip to content

Commit

Permalink
javadoc error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Sep 17, 2024
1 parent 1c43ce2 commit 55366e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,11 @@ public String getIndexColumnOperator(ColumnDesc columnDesc) {
}

/**
* Maps standard database datatypes to a TapDatatype. Database specific datatypes can by mapped in a sub class database specific mapper.
* Maps standard database datatypes to a TapDatatype. Database specific datatypes
* can by mapped in a sub class database specific mapper.
*
* @param datatype database datatype
* @paeram length length of the column, posisbly null
* @param length length of the column, possibly null
* @return TapDatatype
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
* Utility to read a table description from the database and generate a TableDesc
* that could be used to validate or add to the tap_schema.
*
* @see TableUpdateRunner.ingestTable
* @author pdowler
*/
public class TableIngester {
Expand Down

0 comments on commit 55366e2

Please sign in to comment.