Remove deprecated IdmLightConfig#getDbPath 37/72537/1
authorTom Pantelis <tompantelis@gmail.com>
Thu, 31 May 2018 20:13:13 +0000 (16:13 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 31 May 2018 20:22:18 +0000 (16:22 -0400)
Change-Id: I00e1b1143a6d4c38f42f1d9d26a6cce359a884ed
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/datastore/h2/IdmLightConfig.java

index 30b59fceec2e8d5c22e4ca921d4d04f33183aa3b..ade3e70fbe66e942766f745ee9ce3f776617db17 100644 (file)
@@ -111,15 +111,4 @@ public abstract class IdmLightConfig {
         LOG.info("DB Driver               : {}", getDbDriver());
         LOG.info("DB Valid Time Out       : {}", getDbValidTimeOut());
     }
-
-    /**
-     * Get database connection string.
-     *
-     * @deprecated use {@link #getDbConnectionString()}
-     * @return data base connection string
-     */
-    @Deprecated
-    public String getDbPath() {
-        return getDbConnectionString();
-    }
 }