From 243da5deeade8a2cc51b9211ba9ffef9330f5684 Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 26 Aug 2003 22:42:37 +0000 Subject: 2003-08-26 Mark Wielaard * java/security/acl/Acl.java: Fix broken p tag. * java/text/DateFormatSymbols.java: Correctly open and close li tags. * javax/swing/border/LineBorder.java: Close img tag alt attributes. * javax/swing/plaf/TreeUI.java: Likewise. * javax/swing/plaf/basic/BasicTreeUI.java: Likewise. * java/util/Properties.java: Use the word umlaut, not ä in api documentation. * java/util/PropertyResourceBundle.java: Likewise and add closing code tag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70825 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/text/DateFormatSymbols.java | 74 ++++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'libjava/java/text') diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java index fcc00196825..e6cf9ea3cc8 100644 --- a/libjava/java/text/DateFormatSymbols.java +++ b/libjava/java/text/DateFormatSymbols.java @@ -1,5 +1,5 @@ /* ChoiceFormat.java -- Format over a range of numbers - Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -156,24 +156,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable * locale): *

*

* * @return The format patter characters @@ -295,24 +295,24 @@ public class DateFormatSymbols implements java.io.Serializable, Cloneable * locale): *

*

* * @param localPatternChars The new format patter characters -- cgit v1.2.3