mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Fix TODO comment message.
This commit is contained in:
parent
703848ca45
commit
4c645c0220
@ -142,9 +142,9 @@ public final class VP8LDecoder {
|
|||||||
/**
|
/**
|
||||||
* Copy a source raster into a destination raster with settings applied.
|
* Copy a source raster into a destination raster with settings applied.
|
||||||
*
|
*
|
||||||
* TODO: This piece of was inside readVP8Lossless(), but as it can be used in
|
* TODO: This piece of code was inside readVP8Lossless(), but as it can be used
|
||||||
* readAlpha(), this utility static method was created here. Probably, it should
|
* in readAlpha(), this static utility method was created here. Probably, it
|
||||||
* be moved to another class.
|
* can be moved to another class.
|
||||||
*/
|
*/
|
||||||
public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster,
|
public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster,
|
||||||
final ImageReadParam param) {
|
final ImageReadParam param) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user