Doc: "compress operation"="compression operation"

(consistification)
This commit is contained in:
DRC
2024-09-03 17:20:10 -04:00
parent 939f3814ab
commit 5550c80fdc
6 changed files with 6 additions and 6 deletions

View File

@@ -632,10 +632,10 @@ public class TJCompressor implements Closeable {
/**
* Returns the size of the image (in bytes) generated by the most recent
* compress operation.
* compression operation.
*
* @return the size of the image (in bytes) generated by the most recent
* compress operation.
* compression operation.
*/
public int getCompressedSize() {
return compressedSize;