Skip to content

Commit a877d7f

Browse files
committed
Update hbase configurations
Signed-off-by: Otavio Santana <[email protected]>
1 parent bff88f5 commit a877d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Please note that you can establish properties using the https://microprofile.io/
441441
|Configuration property |Description
442442

443443
|`jnosql.hbase.family`
444-
|The Column family prefixes. E.g.: hbase.family.1=<FAMILY>
444+
|The Column family prefixes. E.g.: jnosql.hbase.family.1=<FAMILY>
445445

446446
|===
447447

jnosql-hbase-driver/src/main/java/org/eclipse/jnosql/communication/hbase/column/HbaseConfigurations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum HbaseConfigurations implements Supplier<String> {
2727

2828

2929
/**
30-
* The Column family prefixes. E.g.: hbase.family.1=FAMILY
30+
* The Column family prefixes. E.g.: jnosql.hbase.family.1=FAMILY
3131
*/
3232
FAMILY("jnosql.hbase.family");
3333

0 commit comments

Comments
 (0)