Fix minor typos in the Dialect JavaDocs
This commit is contained in:
parent
64c2d4846f
commit
55e27c3825
|
@ -280,7 +280,7 @@ public class DB2Dialect extends Dialect {
|
|||
}
|
||||
|
||||
/**
|
||||
* DB2 does have a one-based offset, however this was actually already handled in the limiot string building
|
||||
* DB2 does have a one-based offset, however this was actually already handled in the limit string building
|
||||
* (the '?+1' bit). To not mess up inheritors, I'll leave that part alone and not touch the offset here.
|
||||
*
|
||||
* @param zeroBasedFirstResult The user-supplied, zero-based offset
|
||||
|
|
|
@ -1112,7 +1112,7 @@ public abstract class Dialect {
|
|||
}
|
||||
|
||||
/**
|
||||
* Generate a temporary table name given the bas table.
|
||||
* Generate a temporary table name given the base table.
|
||||
*
|
||||
* @param baseTableName The table name from which to base the temp table name.
|
||||
* @return The generated temp table name.
|
||||
|
|
Loading…
Reference in New Issue