Update IntCache.java

This commit is contained in:
FatSaw
2022-07-31 08:00:45 +03:00
parent 9a54ba116e
commit 30bb7a43fb

View File

@@ -110,7 +110,6 @@ public class IntCache {
}
}
return numberOfCaches + " IntCaches. In Total => cache: " + cache + ", tcache: " + tcache + ", allocated: " + allocated + ", tallocated: " + tallocated;
}
// NeonPaper end
}
}
// NeonPaper end
}