arturobernalg commented on a change in pull request #135:
URL: https://github.com/apache/commons-imaging/pull/135#discussion_r618064315
##########
File path:
src/main/java/org/apache/commons/imaging/palette/ColorSpaceSubset.java
##########
@@ -24,8 +24,8 @@
private static final Logger LOGGER =
Logger.getLogger(ColorSpaceSubset.class.getName());
- final int[] mins;
- final int[] maxs;
+ final int[] min;
+ final int[] max;
Review comment:
HI @kinow
Sounds logical. Changed
TY
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]