summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/Array.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/jdbc/Array.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/Array.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/jdbc/Array.cxx b/connectivity/source/drivers/jdbc/Array.cxx
index f05f664b14dc..03a9f48ddfc7 100644
--- a/connectivity/source/drivers/jdbc/Array.cxx
+++ b/connectivity/source/drivers/jdbc/Array.cxx
@@ -33,7 +33,7 @@ java_sql_Array::~java_sql_Array()
jclass java_sql_Array::getMyClass() const
{
- // the class must be fetched once, therefore its static
+ // the class must be fetched once, therefore it's static
if( !theClass )
theClass = findMyClass("java/sql/Array");