summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-12-10 21:57:55 +0100
committerRene Engelhard <rene@debian.org>2018-12-10 21:59:36 +0100
commitdc54afe74f6010f133ca94f7342d19da87d363f1 (patch)
tree074be32df71520ffbaf49b2f81fb71f7460254ad /connectivity
parent489775e72fbfb1636eafd431cf40e50705ae80ec (diff)
fix cut and paste error in new example in JdbcLongVarCharTest.java
Change-Id: I91e568896b1674e97cdf18eacc21538093765bd9
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java b/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
index 73f6ca2d5116..3817add48da6 100644
--- a/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
+++ b/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
@@ -60,7 +60,7 @@ public class JdbcLongVarCharTest extends ComplexTestCase
/* Get URL from environment variable.
*
* Example URL:
- * jdbc:mysql://localhost:3306/mysql?user=username?password=password
+ * jdbc:mysql://localhost:3306/mysql?user=username&password=password
*/
String url = System.getenv("CONNECTIVITY_TEST_MYSQL_DRIVER_JDBC");
com.sun.star.beans.PropertyValue prop[] = new PropertyValue[1];
@@ -122,4 +122,4 @@ public class JdbcLongVarCharTest extends ComplexTestCase
System.exit(0);
}
}
-} \ No newline at end of file
+}