Skip to content

Commit 70a1019

Browse files
committed
reformat protobuf comment
1 parent d3f040e commit 70a1019

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

hbase-examples/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
<name>Apache HBase - Examples</name>
3131
<description>Examples of HBase usage</description>
3232
<properties>
33-
<!--Version of protobuf that hbase uses internally (we shade our pb)
34-
Must match what is out in hbase-thirdparty include.
33+
<!--
34+
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
35+
in hbase-thirdparty include.
3536
-->
3637
<internal.protobuf.version>4.28.2</internal.protobuf.version>
3738
</properties>

hbase-protocol-shaded/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
<description>Shaded protobuf protocol classes used by HBase internally.</description>
3232
<properties>
3333
<maven.javadoc.skip>true</maven.javadoc.skip>
34-
<!--Version of protobuf that hbase uses internally (we shade our pb)
35-
Must match what is out in hbase-thirdparty include.
34+
<!--
35+
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
36+
in hbase-thirdparty include.
3637
-->
3738
<internal.protobuf.version>4.28.2</internal.protobuf.version>
3839
</properties>

0 commit comments

Comments
 (0)