Skip to content

Commit 0f9d4e2

Browse files
Merge pull request #1383 from LOGANBLUE1/small-fixes
added fixes
2 parents 7f0b2c9 + f25208f commit 0f9d4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/core/src/main/java/zingg/common/core/executor/ZinggBaseCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void setSession(S s) {
6464

6565
public abstract void setArgs(IZArgs a);
6666

67-
public abstract void track(boolean collectMetrics);
67+
public void track(boolean collectMetrics){}
6868

6969
public void postMetrics() {
7070
boolean collectMetrics = getArgs().getCollectMetrics();

0 commit comments

Comments
 (0)