[
https://issues.apache.org/jira/browse/IMAGING-291?focusedWorklogId=587031&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-587031
]
ASF GitHub Bot logged work on IMAGING-291:
------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Apr/21 04:03
Start Date: 22/Apr/21 04:03
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 587031)
Time Spent: 40m (was: 0.5h)
> Fix Typo
> ---------
>
> Key: IMAGING-291
> URL: https://issues.apache.org/jira/browse/IMAGING-291
> Project: Commons Imaging
> Issue Type: Sub-task
> Reporter: Arturo Bernal
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Fix typo in javadoc and variables name
--
This message was sent by Atlassian Jira
(v8.3.4#803005)