HHH-12098 - prep 5.3

odd Java 9 build failures
This commit is contained in:
Steve Ebersole 2017-12-27 20:19:46 -06:00
parent 5b25a2a561
commit 78bc62fe1e
2 changed files with 0 additions and 14 deletions

View File

@ -30,13 +30,6 @@ class SDOObjectMethod implements SQLFunction {
this.name = name;
}
/*
* (non-Javadoc)
*
* @see org.hibernate.dialect.function.SQLFunction#getReturnType(org.hibernate.type.Type,
* org.hibernate.engine.Mapping)
*/
public Type getReturnType(Type columnType, Mapping mapping)
throws QueryException {
return type == null ? columnType : type;

View File

@ -30,13 +30,6 @@ class SDOObjectProperty implements SQLFunction {
this.name = name;
}
/*
* (non-Javadoc)
*
* @see org.hibernate.dialect.function.SQLFunction#getReturnType(org.hibernate.type.Type,
* org.hibernate.engine.Mapping)
*/
public Type getReturnType(Type columnType, Mapping mapping)
throws QueryException {
return type == null ? columnType : type;