Skip to content

Commit e3a02b9

Browse files
author
Stephen Wu
committed
additional fix checkstyle for HStoreContext
1 parent 90096d8 commit e3a02b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStoreContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public Builder withRegionCoprocessorHost(RegionCoprocessorHost coprocessorHost)
174174
return this;
175175
}
176176

177-
public HStoreContext build () {
177+
public HStoreContext build() {
178178
return new HStoreContext(this);
179179
}
180180
}

0 commit comments

Comments
 (0)