"Further" = "Furthermore"

Grammar Police.  Has Ray Stevens taught me nothing?
This commit is contained in:
DRC
2018-04-11 10:47:16 -05:00
parent bfc3ce3157
commit b2d000e64b
3 changed files with 8 additions and 8 deletions

View File

@@ -285,8 +285,8 @@ public class TJCompressor implements Closeable {
* <p>
* NOTE: This method has no effect when compressing a JPEG image from a YUV
* planar source. In that case, the level of chrominance subsampling in
* the JPEG image is determined by the source. Further, this method has no
* effect when encoding to a pre-allocated {@link YUVImage} instance. In
* the JPEG image is determined by the source. Furthermore, this method has
* no effect when encoding to a pre-allocated {@link YUVImage} instance. In
* that case, the level of chrominance subsampling is determined by the
* destination.
*