summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/Timestamp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/Timestamp.hxx')
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx
index 6c84c4f3104e..563b06b52cf1 100644
--- a/connectivity/source/inc/java/sql/Timestamp.hxx
+++ b/connectivity/source/inc/java/sql/Timestamp.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.Date
- //**************************************************************
+
class java_sql_Date : public java_util_Date
{
@@ -47,9 +47,9 @@ namespace connectivity
};
- //**************************************************************
+
//************ Class: java.sql.Time
- //**************************************************************
+
class java_sql_Time : public java_util_Date
{
@@ -66,9 +66,9 @@ namespace connectivity
static jclass st_getMyClass();
};
- //**************************************************************
+
//************ Class: java.sql.Timestamp
- //**************************************************************
+
class java_sql_Timestamp : public java_util_Date
{
protected: