Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
PR Review Oly
  • Loading branch information
pvannierop committed Jul 25, 2023
1 parent f332e68 commit 65edfbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public JdbcDataSource () {
" Or preferably, set the 'db.connection_string' and remove 'db.host', 'db.portal_db_name' and 'db.use_ssl (best practice).");
System.out.println("\n----------------------------------------------------------------------------------------------------------------");
System.out.println("-- Deprecation warning:");
System.out.println("-- You are connection to the database using the deprecated 'db.host', 'db.portal_db_name' and 'db.use_ssl' properties.");
System.out.println("-- You are connecting to the database using the deprecated 'db.host', 'db.portal_db_name' and 'db.use_ssl' properties.");
System.out.println("-- Please use the 'db.connection_string' instead (see https://docs.cbioportal.org/deployment/customization/portal.properties-reference/).");
System.out.println("----------------------------------------------------------------------------------------------------------------\n");
connectionURL = String.format(
Expand Down

0 comments on commit 65edfbb

Please sign in to comment.