Skip to content

Commit

Permalink
Remove a todo which was already addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
armiol committed Dec 22, 2023
1 parent 3b2ffa5 commit a9e49cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public final class GivenDataSource {
/**
* The URL prefix of an in-memory HyperSQL DB.
*/
//TODO:2017-09-13:dmytro.grankin: Enable flexible configuration of drivers.
// See the details: https://github.com/SpineEventEngine/jdbc-storage/issues/37
private static final String HSQL_IN_MEMORY_DB_URL_PREFIX = "jdbc:h2:mem:";

private static final String UNSUPPORTED = "Operation unsupported.";
Expand Down

0 comments on commit a9e49cc

Please sign in to comment.