Skip to content

Commit

Permalink
Merge branch '3.11' of https://github.com/JumpMind/symmetric-ds.git i…
Browse files Browse the repository at this point in the history
…nto 3.11
  • Loading branch information
erilong committed Jan 30, 2020
2 parents be39e7a + 4b34101 commit ca325bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public HbaseDatabaseWriter(String hbaseSiteXmlPath) {
protected void setup() {
try {
if (config == null) {
Configuration config = HBaseConfiguration.create();
config = HBaseConfiguration.create();
config.addResource(new Path(this.hbaseSiteXmlPath));
}

Expand Down

0 comments on commit ca325bc

Please sign in to comment.