Skip to content

Commit

Permalink
remove TestOnly Annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed Jan 24, 2025
1 parent 552b4b4 commit 0eabba8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.apache.iotdb.commons.conf.IoTDBConstant;
import org.apache.iotdb.commons.memory.MemoryManager;
import org.apache.iotdb.commons.utils.FileUtils;
import org.apache.iotdb.commons.utils.TestOnly;
import org.apache.iotdb.consensus.ConsensusFactory;
import org.apache.iotdb.db.audit.AuditLogOperation;
import org.apache.iotdb.db.audit.AuditLogStorage;
Expand Down Expand Up @@ -1834,7 +1833,6 @@ public long getMaxBytesPerFragmentInstance() {
return maxBytesPerFragmentInstance;
}

@TestOnly
public void setMaxBytesPerFragmentInstance(long maxBytesPerFragmentInstance) {
this.maxBytesPerFragmentInstance = maxBytesPerFragmentInstance;
}
Expand Down

0 comments on commit 0eabba8

Please sign in to comment.