Author: tfischer
Date: Thu Apr 5 12:03:57 2012
New Revision: 1309805
URL: http://svn.apache.org/viewvc?rev=1309805&view=rev
Log:
Checkstyle
Modified:
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformOracleImpl.java
Modified:
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformOracleImpl.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformOracleImpl.java?rev=1309805&r1=1309804&r2=1309805&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformOracleImpl.java
(original)
+++
db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/platform/PlatformOracleImpl.java
Thu Apr 5 12:03:57 2012
@@ -107,11 +107,11 @@ public class PlatformOracleImpl extends
/**
* Returns a possible SQL suffix for column definitions of certain
- * SQL Types, e.g. for Oracle VARCHAR2 columns, it typically
- * makes sense to use 'XXX CHAR' instead of 'XXX' as size.
- *
+ * SQL Types, e.g. for Oracle VARCHAR2 columns, it typically
+ * makes sense to use 'x CHAR' instead of 'x' as size.
+ *
* @param sqlType the SQL type to determine the suffix for.
- *
+ *
* @return The size suffix, not null.
* This implementation always returns the empty string.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]