Skip to content

Commit cd6bc35

Browse files
committed
Removed some more sentences that are entirely wrapped in parentheses
1 parent 6490e29 commit cd6bc35

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/resources/de/bluecolored/bluemap/config/storages

1 file changed

+2
-2
lines changed

common/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ max-connections: -1
2828
# This can be used to load a custom JDBC-Driver from a .jar file.
2929
# E.g. if your runtime environment is not already providing the SQL-Driver you need,
3030
# you could download the MariaDB JDBC-Connector from https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector/
31-
# (If you set this value, you HAVE TO set the correct driver-class name below).
31+
# If you set this value, you HAVE TO set the correct driver-class name below.
3232
# Place it in the './bluemap' folder and use it like this:
3333
#driver-jar: "bluemap/mariadb-java-client-3.0.7.jar"
3434

3535
# This is the driver-class that BlueMap will try to load and use.
3636
# Check the documentation of the driver you are using if you don't know this.
3737
# Leaving this commented out means that BlueMap automatically tries to find a suitable driver in your classpath.
38-
# (If you added a custom driver-jar value above, you HAVE TO set the correct class name here).
38+
# If you added a custom driver-jar value above, you HAVE TO set the correct class name here.
3939
#driver-class: "org.mariadb.jdbc.Driver"
4040

4141
# The compression type that BlueMap will use to compress generated map data.

0 commit comments

Comments
 (0)