[commit-cp] classpath ChangeLog gnu/javax/print/ipp/IppPrin...

Andrew John Hughes <[email protected]> Tue, 27 Apr 2010 21:24:02 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	10/04/27 21:24:02

Modified files:
	.              : ChangeLog 
	gnu/javax/print/ipp: IppPrintService.java 
	gnu/javax/print/ipp/attribute/supported: CharsetSupported.java 
	                                         CompressionSupported.java 
	                                         DocumentFormatSupported.java 
	                                         FinishingsSupported.java 
	                                         GeneratedNaturalLanguageSupported.java 
	                                         IppVersionsSupported.java 
	                                         JobHoldUntilSupported.java 
	                                         JobSheetsSupported.java 
	                                         MediaSupported.java 
	                                         MultipleDocumentHandlingSupported.java 
	                                         MultipleDocumentJobsSupported.java 
	                                         OperationsSupported.java 
	                                         OrientationRequestedSupported.java 
	                                         PageRangesSupported.java 
	                                         PrintQualitySupported.java 
	                                         PrinterResolutionSupported.java 
	                                         PrinterUriSupported.java 
	                                         SidesSupported.java 
	                                         UriAuthenticationSupported.java 
	                                         UriSecuritySupported.java 

Log message:
	Fix getCategory and getAssociatedAttributeArray warnings.  Whitespace cleanup.
	
	2010-04-27  Andrew John Hughes  <[email protected]>
	
		* gnu/javax/print/ipp/IppPrintService.java:
		Fix whitespace.  Use correct generic type for printerAttr
		map.
		(getPrinterAttributeSet(Class<? extends Attribute>)): Add
		appropriate generic type.
		* gnu/javax/print/ipp/attribute/supported/CharsetSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/CompressionSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<CompressionSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/DocumentFormatSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/FinishingsSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<FinishingsSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/GeneratedNaturalLanguageSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/IppVersionsSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/JobHoldUntilSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<JobSheetsSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/MediaSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<MediaSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/MultipleDocumentHandlingSupported.java:
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<MultipleDocumentHandlingSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/MultipleDocumentJobsSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/OperationsSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/OrientationRequestedSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<OrientationRequestedSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/PageRangesSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/PrintQualitySupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<PrintQualitySupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/PrinterResolutionSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		(getAssociatedAttributeArray(Set<PrinterResolutionSupported>)): Add generic
		type to set and use for-each loop.
		* gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/SidesSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/UriAuthenticationSupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.
		* gnu/javax/print/ipp/attribute/supported/UriSecuritySupported.java,
		Fix whitespace.
		(getCategory()): Fix return type.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9782&r2=1.9783
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/IppPrintService.java?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/CharsetSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/CompressionSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/DocumentFormatSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/FinishingsSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/GeneratedNaturalLanguageSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/IppVersionsSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/JobHoldUntilSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/MediaSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/MultipleDocumentHandlingSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/MultipleDocumentJobsSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/OperationsSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/OrientationRequestedSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/PageRangesSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/PrintQualitySupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/PrinterResolutionSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/SidesSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/UriAuthenticationSupported.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/attribute/supported/UriSecuritySupported.java?cvsroot=classpath&r1=1.1&r2=1.2