Fix Javadoc typo
This commit is contained in:
parent
b13fffee6c
commit
4604258746
|
@ -441,7 +441,7 @@ public abstract class Dialect implements ConversionContext {
|
||||||
* {@link #getSqlTypeDescriptorOverride} to get an optional override based on the SQL code returned by
|
* {@link #getSqlTypeDescriptorOverride} to get an optional override based on the SQL code returned by
|
||||||
* {@link SqlTypeDescriptor#getSqlType()}.
|
* {@link SqlTypeDescriptor#getSqlType()}.
|
||||||
* <p/>
|
* <p/>
|
||||||
* If this dialect does not provide an override or if the {@code sqlTypeDescriptor} doe not allow itself to be
|
* If this dialect does not provide an override or if the {@code sqlTypeDescriptor} does not allow itself to be
|
||||||
* remapped, then this method simply returns the original passed {@code sqlTypeDescriptor}
|
* remapped, then this method simply returns the original passed {@code sqlTypeDescriptor}
|
||||||
*
|
*
|
||||||
* @param sqlTypeDescriptor The {@link SqlTypeDescriptor} to override
|
* @param sqlTypeDescriptor The {@link SqlTypeDescriptor} to override
|
||||||
|
|
Loading…
Reference in New Issue