HHH-13802 revert back @todo

This commit is contained in:
Nathan Xu 2020-01-05 12:48:24 -05:00 committed by Steve Ebersole
parent 3df0fcefa4
commit 2663f8718e
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public interface Type extends Serializable {
* NOTE: The number of elements in this array matches the return from {@link #getColumnSpan}.
*
* @param mapping The mapping object :/
* TODO: Would be much much better to have this aware of Dialect once the service/metamodel split is done
* @todo Would be much much better to have this aware of Dialect once the service/metamodel split is done
*
* @return The dictated sizes.
*
@ -132,7 +132,7 @@ public interface Type extends Serializable {
* NOTE: The number of elements in this array matches the return from {@link #getColumnSpan}.
*
* @param mapping The mapping object :/
* TODO: Would be much much better to have this aware of Dialect once the service/metamodel split is done
* @todo Would be much much better to have this aware of Dialect once the service/metamodel split is done
*
* @return The default sizes.
*