HHH-11198 - Fixed checkstyle errors

This commit is contained in:
Karel Maesen 2017-02-12 23:20:28 +01:00
parent af301bc9ba
commit 84135d4c0f
3 changed files with 1 additions and 5 deletions

View File

@ -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( ")" );
}

View File

@ -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
*

View File

@ -317,4 +317,3 @@ public class PostgisDialect extends PostgreSQL82Dialect implements SpatialDialec
}
}
}