Update IntCache.java

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

View File

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