BAEL-21730: Migrate hbase to com.baeldung

This commit is contained in:
Krzysiek
2020-02-08 11:30:26 +01:00
parent c4ca9fc8d6
commit 4d9d171bb8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
### Relevant articles
- [HBase with Java](http://www.baeldung.com/hbase)
- [HBase with Java](https://www.baeldung.com/hbase)
@@ -1,4 +1,4 @@
package org.baeldung.hbase;
package com.baeldung.hbase;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HColumnDescriptor;
@@ -1,4 +1,4 @@
package org.baeldung.hbase;
package com.baeldung.hbase;
import com.google.protobuf.ServiceException;