Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
This commit is contained in:
parent
02e549bfaa
commit
8f523f3a10
1241 changed files with 97711 additions and 25284 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Attribute.java --
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
/* UnmodifiableSetException.java --
|
||||
Copyright (C) 2003, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -35,10 +35,14 @@ this exception to your version of the library, but you are not
|
|||
obligated to do so. If you do not wish to do so, delete this
|
||||
exception statement from your version. */
|
||||
|
||||
|
||||
package javax.print.attribute;
|
||||
|
||||
/**
|
||||
* @author Michael Koch
|
||||
* Exception which is thrown if an operation on an unmodifiable set
|
||||
* is invoked.
|
||||
*
|
||||
* @author Michael Koch (konqueror@gmx.de)
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
@ -56,7 +60,7 @@ public class UnmodifiableSetException extends RuntimeException
|
|||
* Creates a <code>UnmodifiableSetException</code>
|
||||
* with the given message.
|
||||
*
|
||||
* @param message the message for the exception
|
||||
* @param message the message of the exception
|
||||
*/
|
||||
public UnmodifiableSetException(String message)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue