HHH-11198 - Fixed checkstyle errors
This commit is contained in:
parent
af301bc9ba
commit
84135d4c0f
|
@ -285,7 +285,7 @@ public class OracleSpatial10gDialect extends Oracle10gDialect implements Spatial
|
|||
aggregateFunction.append( "SDOAGGRTYPE(" );
|
||||
}
|
||||
aggregateFunction.append( arg1 );
|
||||
// TODO tolerance must by configurable
|
||||
|
||||
if ( sa.isAggregateType() ) {
|
||||
aggregateFunction.append( ", " ).append( .001 ).append( ")" );
|
||||
}
|
||||
|
|
|
@ -22,9 +22,6 @@ import org.hibernate.type.descriptor.java.JavaTypeDescriptor;
|
|||
import org.hibernate.type.descriptor.sql.BasicExtractor;
|
||||
import org.hibernate.type.descriptor.sql.SqlTypeDescriptor;
|
||||
|
||||
|
||||
//TODO -- requires cleanup and must be made package local
|
||||
|
||||
/**
|
||||
* ValueExtractor for SDO_GEOMETRY
|
||||
*
|
||||
|
|
|
@ -317,4 +317,3 @@ public class PostgisDialect extends PostgreSQL82Dialect implements SpatialDialec
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue