Author: aadamchik
Date: Thu Dec 10 13:37:12 2009
New Revision: 889259

URL: http://svn.apache.org/viewvc?rev=889259&view=rev
Log:
CAY-1323

minor cleanup

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
    
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/oracle/OracleTimestampType.java

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=889259&r1=889258&r2=889259&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Thu Dec 10 
13:37:12 2009
@@ -19,6 +19,7 @@
 CAY-1315 Formattable exceptions
 CAY-1316 Deprecate DataObjectUtils and move its methods to new utility class 
org.apache.cayenne.Cayenne
 CAY-1319 Minimal DI container-based configuration to run Cayenne
+CAY-1323 oracle.sql.TIMESTAMP in Result of query
 
 Bug Fixes Since 3.0:
 
@@ -34,7 +35,6 @@
 CAY-1305 EJBQL doesn't support null parameters
 CAY-1307 Error committing CLOB on Oracle8
 CAY-1309 many validation errors when we remove dbEntity 
-CAY-1323 oracle.sql.TIMESTAMP in Result of query
 CAY-1325 Stop bundling cayenne-agent.jar with the distro
 
 ----------------------------------

Modified: 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/oracle/OracleTimestampType.java
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/oracle/OracleTimestampType.java?rev=889259&r1=889258&r2=889259&view=diff
==============================================================================
--- 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/oracle/OracleTimestampType.java
 (original)
+++ 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/oracle/OracleTimestampType.java
 Thu Dec 10 13:37:12 2009
@@ -20,13 +20,11 @@
 
 import org.apache.cayenne.access.types.TimestampType;
 
-
 /**
- * This is handler for Oracle specific type "oracle.sql.TIMESTAMP"
- * Oracle official JDBC Driver is mapping SQL TIMESTAMP to this type
- * Created to solve CAY-1323.
+ * This is handler for Oracle specific type "oracle.sql.TIMESTAMP" Oracle 
official JDBC
+ * Driver is mapping SQL TIMESTAMP to this type.
  */
-public class OracleTimestampType extends TimestampType {
+class OracleTimestampType extends TimestampType {
 
     @Override
     public String getClassName() {


Reply via email to