On Wed, 29 May 2024 06:49:31 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java 
>> line 154:
>> 
>>> 152:             FACE_UP,
>>> 153:             FACE_DOWN,
>>> 154:             LARGE_CAPACITY,
>> 
>> What about this support from IPP doc?
>> 
>>> ‘tray-N’: Output bins that are best identified as ‘tray-1’, ‘tray-2’, ... 
>>> rather than the descriptive names
>>> defined in the above keyword list.
>>>
>
> What about this support?

Actually it is not clear for me which maximum N should be used for these 
constants.
Should only `tray-1`, `tray-2`, and `tray-3` be added, or should there be 
constants `tray-1` ... `tray-5` or even more?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16166#discussion_r1619423293

Reply via email to