Skip to content

Commit 1caad4e

Browse files
committed
not sponsored by AMD™
1 parent 9ae8103 commit 1caad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/common/covers/filter/readers/SimpleFluidFilterReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public int getCapacity() {
155155
@SuppressWarnings("DataFlowIssue")
156156
@Override
157157
public int fill(FluidStack resource, boolean doFill) {
158-
// todo this class amd filter readers really should not be handling show amount
158+
// todo this class and filter readers really should not be handling show amount
159159
// in a future pr
160160
if (isEmpty() || !getFluid().isFluidEqual(resource)) {
161161
setFluid(resource);

0 commit comments

Comments
 (0)