HACKING, [...]: Fix spelling errors.
* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java, java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java, java/io/CharConversionException.java, java/io/PipedInputStream.java, java/io/PipedReader.java, java/io/PrintWriter.java, java/io/WriteAbortedException.java, java/io/natFileWin32.cc, java/lang/Class.h, java/lang/natClassLoader.cc, java/lang/natObject.cc, java/lang/Package.java, java/net/BindException.java, java/net/ConnectException.java, java/net/ProtocolException.java, java/net/SocketException.java, java/net/UnknownServiceException.java, java/security/cert/X509Certificate.java, java/security/interfaces/DSAKey.java, java/security/SecureRandom.java, java/security/SignedObject.java, java/sql/DatabaseMetaData.java, java/text/DecimalFormatSymbols.java, java/util/jar/Attributes.java, java/util/jar/JarEntry.java, java/util/jar/JarInputStream.java, java/util/jar/JarOutputStream.java, java/util/Calendar.java, java/util/Collections.java, java/util/GregorianCalendar.java, java/util/HashMap.java, java/util/List.java, java/util/Properties.java, java/util/Timer.java, java/util/Vector.java, java/util/WeakHashMap.java, javax/naming/NamingException.java, testsuite/libjava.lang/Thread_Wait.java, org/xml/sax/helpers/DefaultHandler.java, org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java, ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix spelling errors. * configure: Regenerate. From-SVN: r46665
This commit is contained in:
parent
ffc5527fa5
commit
18e1f2bd67
51 changed files with 126 additions and 92 deletions
|
@ -45,7 +45,7 @@ import java.util.Set;
|
|||
* manipulating the Attributes more or less type safe.
|
||||
* <p>
|
||||
* Most of the methods are wrappers to implement the Map interface. The really
|
||||
* usefull and often used methods are <code>getValue(Name)</code> and
|
||||
* useful and often used methods are <code>getValue(Name)</code> and
|
||||
* <code>getValue(String)</code>. If you actually want to set attributes you
|
||||
* may want to use the <code>putValue(String, String)</code> method
|
||||
* (sorry there is no public type safe <code>putValue(Name, String)</code>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue