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:
Michael Koch 2004-04-20 10:48:56 +00:00 committed by Michael Koch
parent 0150fc2287
commit 5589f3e5a5
6 changed files with 37 additions and 12 deletions

View file

@ -151,7 +151,7 @@ public class HashAttributeSet implements AttributeSet, Serializable
* @exception ClassCastException if any element of attributes is not an
* interface of interfaceName
*/
public HashAttributeSet(AttributeSet attributes, Class interfaceName)
protected HashAttributeSet(AttributeSet attributes, Class interfaceName)
{
this(interfaceName);