Acl.java: Fix broken p tag.
2003-08-26 Mark Wielaard <mark@klomp.org> * 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. From-SVN: r70825
This commit is contained in:
parent
18b3501e63
commit
a85993787b
8 changed files with 56 additions and 44 deletions
|
@ -61,8 +61,8 @@ import java.io.InputStream;
|
|||
* An example of a properties file for the german language is given
|
||||
* here. This extends the example given in ListResourceBundle.
|
||||
* Create a file MyResource_de.properties with the following contents
|
||||
* and put it in the CLASSPATH. (The char <code>\u00e4<char> is the
|
||||
* german ä)
|
||||
* and put it in the CLASSPATH. (The char <code>\u00e4</code> is the
|
||||
* german umlaut)
|
||||
*
|
||||
*
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue