Skip to content

Commit e4526d2

Browse files
committed
revert minor changes
1 parent a0be511 commit e4526d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/org/apache/sysds/runtime/compress/bitmap/ABitmap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.apache.commons.logging.LogFactory;
2626
import org.apache.sysds.runtime.compress.utils.IntArrayList;
2727

28-
/** */
2928
public abstract class ABitmap {
3029
protected static final Log LOG = LogFactory.getLog(ABitmap.class.getName());
3130

src/main/java/org/apache/sysds/runtime/compress/cost/ACostEstimate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public double getCost(CompressedSizeInfo i) {
8181
double c = 0;
8282
for(CompressedSizeInfoColGroup g : i.getInfo())
8383
c += getCost(g);
84-
8584
return c;
8685
}
8786

0 commit comments

Comments
 (0)