diff options
Diffstat (limited to 'libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java')
| -rw-r--r-- | libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java b/libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java index 26af97e781b..e0f94a1ed4d 100644 --- a/libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java +++ b/libjava/classpath/gnu/xml/dom/html2/DomHTMLDirectoryElement.java @@ -1,4 +1,4 @@ -/* DomHTMLDirectoryElement.java -- +/* DomHTMLDirectoryElement.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -64,6 +64,5 @@ public class DomHTMLDirectoryElement { setBooleanHTMLAttribute("compact", compact); } - -} +} |
