--- 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;