2004-04-20 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/EnumSyntax.java (getOffset): Made protected. * javax/print/attribute/HashAttributeSet.java (HashAttributeSet): Likewise. * javax/print/attribute/ResolutionSyntax.java (getFeedResolution): Fixed typo in exception name. (getCrossFeedResolution): Likewise. * javax/print/attribute/SetOfIntegerSyntax.java (SetOfIntegerSyntax): Fixed HTML entities in javadoc. * javax/print/attribute/TextSyntax.java (TextSyntax): Handle locale correctly. (hashCode): Calc better hashcode value. (equals): Fixed @return tag. (toString): New method. From-SVN: r80892
This commit is contained in:
parent
0150fc2287
commit
5589f3e5a5
6 changed files with 37 additions and 12 deletions
|
@ -148,8 +148,8 @@ public abstract class SetOfIntegerSyntax
|
|||
* @param lowerBound the lower bound value
|
||||
* @param upperBound the upper bound value
|
||||
*
|
||||
* @exception IllegalArgumentException if lowerBound <= uppbound
|
||||
* and lowerBound < 0
|
||||
* @exception IllegalArgumentException if lowerBound <= upperbound
|
||||
* and lowerBound < 0
|
||||
*/
|
||||
protected SetOfIntegerSyntax(int lowerBound, int upperBound)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue