Skip to content

Commit aa79f61

Browse files
committed
remove accidentally pasted line
1 parent be8ca16 commit aa79f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ public FilterModel(Filter filter) {
519519
this.filters.add(new FilterModel(((WhileMatchFilter) filter).getFilter()));
520520
break;
521521
case FuzzyRowFilter:
522-
https: // cloudera.dps.mow-dev.cloudera.com/cloud/workloads/details/cod-1s24fo7eea35x/events
523522
this.fuzzyKeys = new ArrayList<>(((FuzzyRowFilter) filter).getFuzzyKeys().size());
524523
for (Pair<byte[], byte[]> keyWithMask : ((FuzzyRowFilter) filter).getFuzzyKeys()) {
525524
this.fuzzyKeys.add(new FuzzyKeyModel(keyWithMask));

0 commit comments

Comments
 (0)