Skip to content

Commit

Permalink
Change to valid comment in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and martint committed Mar 2, 2022
1 parent 91cca41 commit 5a24dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/oracle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ properties in the file:
.. code-block:: text
connector.name=oracle
// The exact format of connection-url varies by Oracle version. Refer to
// the Oracle Database documentation for version-specific information on the
// JDBC Thin driver.
# The exact format of the connection-url varies by Oracle version. Refer to
# the Oracle Database documentation for version-specific information on the
# JDBC Thin driver.
connection-url=jdbc:oracle:thin:@//example.net:1521/ORCLCDB
connection-user=root
connection-password=secret
Expand Down

0 comments on commit 5a24dd9

Please sign in to comment.