diff options
Diffstat (limited to 'libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java')
-rw-r--r-- | libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java b/libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java index b65119a..74c6ac8 100644 --- a/libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java +++ b/libjava/classpath/javax/swing/UnsupportedLookAndFeelException.java @@ -1,4 +1,4 @@ -/* UnsupportedLookAndFeelException.java -- +/* UnsupportedLookAndFeelException.java -- Copyright (C) 2002, 2006, Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -40,14 +40,14 @@ package javax.swing; /** * Thrown by the {@link UIManager#setLookAndFeel(LookAndFeel)} method when the * specified look and feel is not supported on the current platform. - * + * * @see LookAndFeel#isSupportedLookAndFeel() */ public class UnsupportedLookAndFeelException extends Exception { /** * Creates a new exception instance with the specified message. - * + * * @param s the exception message. */ public UnsupportedLookAndFeelException(String s) |