Skip to content

Commit 0b4bc8e

Browse files
committed
Fix indentation
1 parent 1c492bd commit 0b4bc8e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TimesTenDialect.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ public TimesTenDialect(DialectResolutionInfo info) {
9797
* at http://oss.oracle.com/licenses/upl
9898
*
9999
* - Added more datatypes into columnType():
100-
* BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101-
* LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102-
* BLOB, CLOB, NCLOB
100+
* BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101+
* LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102+
* BLOB, CLOB, NCLOB
103103
*
104-
* @Author: Carlos Blanco
104+
* @Author: Carlos Blanco
105105
*/
106106
@Override
107107
protected String columnType(int sqlTypeCode) {
@@ -206,15 +206,15 @@ public int getDefaultDecimalPrecision() {
206206
* at http://oss.oracle.com/licenses/upl
207207
*
208208
* - Added more SQL functions support into initializeFunctionRegistry():
209-
* lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210-
* lpad, rpad, substr, substrb, substring, str, soundex, replace,
211-
* to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212-
* to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213-
* ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214-
* floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215-
* vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216-
*
217-
* @Author: Carlos Blanco
209+
* lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210+
* lpad, rpad, substr, substrb, substring, str, soundex, replace,
211+
* to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212+
* to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213+
* ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214+
* floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215+
* vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216+
*
217+
* @Author: Carlos Blanco
218218
*/
219219
@Override
220220
public void initializeFunctionRegistry(FunctionContributions functionContributions) {
@@ -516,7 +516,7 @@ public RowLockStrategy getWriteRowLockStrategy() {
516516
*
517517
* - Updated the custom definition for 'getForUpdateString()'
518518
*
519-
* @Author: Carlos Blanco
519+
* @Author: Carlos Blanco
520520
*/
521521
@Override
522522
public String getForUpdateString() {
@@ -708,7 +708,7 @@ public String getSelectClauseNullString(int sqlType, TypeConfiguration typeConfi
708708
* - Added a custom definition for 'getDual()'
709709
* - Added a custom definition for 'getFromDualForSelectOnly()'
710710
*
711-
* @Author: Carlos Blanco
711+
* @Author: Carlos Blanco
712712
*/
713713

714714
@Override

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TimesTenSqlAstTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected boolean supportsRowValueConstructorSyntaxInQuantifiedPredicates() {
153153
*
154154
* - Added a custom definition for 'renderRowsToClause()'.
155155
*
156-
* @Author: Carlos Blanco
156+
* @Author: Carlos Blanco
157157
*/
158158
@Override
159159
protected void renderRowsToClause(Expression offsetClauseExpression, Expression fetchClauseExpression) {

0 commit comments

Comments
 (0)