File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jnosql-hbase-driver/src/main/java/org/eclipse/jnosql/communication/hbase/column Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments