JDK-8188051-branch correct ABDAType typos JDK-8188051-branch
authorlancea
Wed, 11 Apr 2018 11:08:34 -0400
branchJDK-8188051-branch
changeset 56419 f4ca554804bb
parent 56413 f33dd5d6b480
child 56420 a5581ec6884a
JDK-8188051-branch correct ABDAType typos
src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/AdbaType.java
--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/AdbaType.java	Tue Apr 10 14:10:07 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/AdbaType.java	Wed Apr 11 11:08:34 2018 -0400
@@ -185,17 +185,17 @@
     SQLXML,
 
     /**
-     * Identifies the generic SQL type {@code REF_CURSOR}.
+     * Identifies the generic SQL type {@code REF CURSOR}.
      */
     REF_CURSOR,
 
     /**
-     * Identifies the generic SQL type {@code TIME_WITH_TIMEZONE}.
+     * Identifies the generic SQL type {@code TIME WITH TIME ZONE}.
      */
     TIME_WITH_TIMEZONE,
 
     /**
-     * Identifies the generic SQL type {@code TIMESTAMP_WITH_TIMEZONE}.
+     * Identifies the generic SQL type {@code TIMESTAMP WITH TIME ZONE}.
      */
     TIMESTAMP_WITH_TIMEZONE;