aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Collapse)AuthorFilesLines
2004-05-04DSAKeyPairGenerator.java, [...]: Cleaned up imports.Dalibor Topic6-10/+19
2004-05-04 Dalibor Topic <robilad@kaffe.org> * java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Cleaned up imports. From-SVN: r81490
2004-05-042004-05-04 Michael Koch <konqueror@gmx.de>Michael Koch8-167/+143
* java/nio/ByteBuffer.java, java/nio/CharBuffer.java, java/nio/DoubleBuffer.java, java/nio/FloatBuffer.java, java/nio/IntBuffer.java, java/nio/LongBuffer.java, java/nio/ShortBuffer.java: (compareTo): Fixed bogus implementation in all buffer classes. From-SVN: r81489
2004-05-04ColorModel.java (getRGBdefault): Default ColorModel has 32 bit pixels not 8 ↵Ingo Proetel6-21/+144
bit pixels. 2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/image/ColorModel.java (getRGBdefault): Default ColorModel has 32 bit pixels not 8 bit pixels. (isCompatibleRaster): Added javadoc comment. 2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/image/ComponentSampleModel.java (setDataSamples):Do not reset scanline stride. 2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/ColorPaintContext.java (<init>): Added ColorModel to signature. (getColorModel): Return the actual color model. (getRaster): Implemented. (ColorRaster): New inner class. * java/awt/SystemColor.java (createContext): Use ColorModel when creating a PaintContext. * java/awt/Color.java (<init>): Make exception more verbose. (createContext): Use ColorModel when creating a PaintContext. From-SVN: r81486
2004-05-042004-05-04 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+5
* gnu/java/text/CharacterBreakIterator.java (previous): Removed unused variable. From-SVN: r81482
2004-05-04FormatBuffer.java, [...]: New classes to implement attributed iterators in ↵Guilhem Lavaux8-17/+612
java.text. 2004-05-04 Guilhem Lavaux <guilhem@kaffe.org> * gnu/java/text/FormatBuffer.java, gnu/java/text/AttributedFormatBuffer.java, gnu/java/text/StringFormatBuffer.java: New classes to implement attributed iterators in java.text. * gnu/java/text/FormatCharacterIterator.java: Moved from java/text as it is an internal class. * java/text/FormatCharacterIterator.java: Removed. * java/text/Format.java: Import gnu.java.text.FormatCharacterIterator. * Makefile.am (java_source_files): Added new files. * Makefile.in: Regenerated. From-SVN: r81479
2004-05-04FileChannelImpl.java (finalize): New method.Michael Koch1-2/+1
2004-05-02 Mark Wielaard <mark@klomp.org> * gnu/java/nio/channels/FileChannelImpl.java (finalize): New method. From-SVN: r81470
2004-05-042004-05-04 Mark Wielaard <mark@klomp.org>Mark Wielaard2-0/+10
* gnu/java/nio/channels/FileChannelImpl.java (finalize): New method. From-SVN: r81469
2004-05-03Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra.Andreas Tobler3-3/+8
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. * Makefile.in: Rebuilt. From-SVN: r81455
2004-05-03acinclude.m4: Replace -W with more speaking -Wextra.Andreas Tobler4-3/+9
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch> * acinclude.m4: Replace -W with more speaking -Wextra. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r81454
2004-05-03DERReader.java: Call static methods staticly.Mark Wielaard8-21/+34
2004-05-03 Mark Wielaard <mark@klomp.org> * gnu/java/security/der/DERReader.java: Call static methods staticly. * java/awt/TextComponent.java (select): Use selectionEnd parameter. * java/net/URL.java (set(String, String, int, String, String, String, String, String)): Assign this.file to path or path + "?" + query. * java/util/Arrays.java: Call static methods staticly. * java/util/zip/ZipEntry.java: Likewise. * javax/swing/plaf/basic/BasicArrowButton.java (setDirection): Assign dir to this.direction. * javax/swing/table/DefaultTableCellRenderer.java (noFocusBorder): Assign static field only once. (DefaultTableCellRenderer): Don't reassign noFocusBorder each time. From-SVN: r81453
2004-05-03GtkTextAreaPeer.java (minimumSize): Removed unused variables ↵Mark Wielaard4-6/+10
hScrollbarHeight and vScrollbarWidth. 2004-05-03 Mark Wielaard <mark@klomp.org> * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java (minimumSize): Removed unused variables hScrollbarHeight and vScrollbarWidth. (preferredSize): Likewise. * gnu/java/security/provider/DSAParameters.java (engineToString): Removed unused call to System.getProperty("line.seperator"); * java/security/Security.java (loadProviders): Return result. From-SVN: r81451
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey22-77/+75
2004-05-03 Tom Tromey <tromey@redhat.com> * java/net/URLStreamHandler.java (toExternalForm): Removed unused variables. unused constructor. * java/math/BigDecimal.java (divide): Removed unused variable. * java/lang/Throwable.java: Cleaned up imports. * java/lang/ClassLoader.java: Cleaned up imports. * java/io/FilePermission.java (implies): Removed unused variable. * java/awt/TextComponent.java: Removed unused import. * gnu/java/util/prefs/NodeReader.java: Cleaned up imports. * gnu/java/util/DoubleEnumeration.java: Removed unused import. * gnu/java/text/WordBreakIterator.java: Removed unused import. * gnu/java/text/SentenceBreakIterator.java: Removed unused import. * gnu/java/text/LineBreakIterator.java: Removed unused import. * gnu/java/text/CharacterBreakIterator.java: Removed unused import. * gnu/java/security/provider/DSAKeyPairGenerator.java: Cleaned up imports. * gnu/java/security/der/DERWriter.java: Cleaned up imports. * gnu/java/nio/charset/UTF_16Decoder.java (put): Removed unused method. * gnu/java/nio/SocketChannelImpl.java: Cleaned up imports. * gnu/java/nio/FileLockImpl.java: Cleaned up imports. * gnu/java/io/Base64InputStream.java: Cleaned up imports. * gnu/java/beans/info/ComponentBeanInfo.java: Cleaned up imports. * gnu/classpath/ServiceFactory.java: Cleaned up imports. (lookupProviders): Removed unused variable. (loadNextServiceProvider): Likewise. * gnu/java/beans/BeanInfoEmbryo.java: Cleaned up imports. From-SVN: r81450
2004-05-03re PR libgcj/14695 ([3.3/3.4 only] java.net.NetworkInterface.getByName() ↵Michael Koch2-5/+15
throws exception instead of returning null) 2004-05-03 Michael Koch <konqueror@gmx.de> Fixes PR libgcj/14695: * java/net/NetworkInterface.java (getByName): Return null when no interface was found. From-SVN: r81434
2004-04-30re PR java/15133 (gcjh generates wrong method signatures)Ranjit Mathew5-3/+46
* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use additional option "-Wmissing-prototypes" for compiling C sources. Print actual filename for pass/fail rather than $name.c. * testsuite/libjava.jni/PR15133.java: New testcase file. * testsuite/libjava.jni/PR15133.c: Likewise. * testsuite/libjava.jni/PR15133.out: Likewise. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r81358
2004-04-30builtins.c (java_builtins): Add acos, asin, ceil and floor.Roger Sayle2-2/+28
* builtins.c (java_builtins): Add acos, asin, ceil and floor. (initialize_builtins): Likewise, define acos, asin, ceil and floor. * testsuite/libjava.lang/MathBuiltin.java: Add tests for acos, asin, ceil and floor. From-SVN: r81341
2004-04-25jacks.exp (gcj_jacks_write): Explicitly limit the maximum heap size to avoid ↵Ranjit Mathew2-1/+11
unnecessary thrashing. * testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Explicitly limit the maximum heap size to avoid unnecessary thrashing. From-SVN: r81156
2004-04-24CollationElementIterator.java (reset): Reset lookahead variables.Jerry Quinn2-0/+7
2004-04-24 Jerry Quinn <jlquinn@optonline.net> * java/text/CollationElementIterator.java (reset): Reset lookahead variables. From-SVN: r81142
2004-04-23* jni/classpath/jcl.c: Changed C++ comments into C comments.Mark Wielaard2-1/+9
From-SVN: r81104
2004-04-23DriverManager.java: Cleaned up imports.Dalibor Topic2-2/+7
2004-04-23 Dalibor Topic <robilad@kaffe.org> * java/sql/DriverManager.java: Cleaned up imports. From-SVN: r81081
2004-04-232004-04-23 Michael Koch <konqueror@gmx.de>Michael Koch3-19/+48
* java/net/URL.java (hashcode): Don't initialize with default value explicitely. (getContent): Removed redundant "final" keyword. (openStream): Likewise. (getURLStreamHandler): Fixed coding style. * java/net/URLConnection.java (defaultAllowUserInteraction): Don't initialize with default value explicitely. (connected): Likewise. (doOutput): Likewise. (ifModifiedSince): Likewise. (dateformats_initialized): Likewise. (setURLStreamHander): Use StreamTokenizer where it belongs to. From-SVN: r81080
2004-04-232004-04-23 Michael Koch <konqueror@gmx.de>Michael Koch2-40/+34
* gnu/java/nio/channels/FileChannelImpl.java (SET, CUR): Unused, removed. (read): Implement here directly. (implRead): Removed. (write): Implement here directly. (implWrite): Removed. From-SVN: r81079
2004-04-23PortableRemoteObjectDelegate.java, [...]: Cleaned up imports.Dalibor Topic7-24/+36
2004-04-23 Dalibor Topic <robilad@kaffe.org> * javax/rmi/CORBA/PortableRemoteObjectDelegate.java, javax/rmi/CORBA/Stub.java, javax/rmi/CORBA/Util.java, javax/rmi/CORBA/ValueHandler.java, javax/rmi/CORBA/ValueHandler.java, javax/rmi/PortableRemoteObject.java: Cleaned up imports. From-SVN: r81078
2004-04-23[multiple changes]Dalibor Topic25-68/+98
2004-04-23 Dalibor Topic <robilad@kaffe.org> * java/util/jar/JarFile.java, java/util/jar/JarInputStream.java, java/util/jar/JarOutputStream.java, java/util/jar/Manifest.java: Cleaned up imports. 2004-04-23 Dalibor Topic <robilad@kaffe.org> * java/util/ArrayList.java, java/util/Calendar.java, java/util/Currency.java, java/util/HashMap.java, java/util/HashSet.java, java/util/Hashtable.java, java/util/LinkedList.java, java/util/Properties.java, java/util/PropertyPermission.java, java/util/TimeZone.java, java/util/TreeMap.java, java/util/TreeSet.java, java/util/Vector.java, java/util/WeakHashMap.java: Cleaned up imports. 2004-04-23 Dalibor Topic <robilad@kaffe.org> * java/util/logging/FileHandler.java, java/util/logging/Formatter.java, java/util/logging/Handler.java, java/util/logging/Logger.java, java/util/logging/SimpleFormatter.java, java/util/logging/XMLFormatter.java: Cleaned up imports. From-SVN: r81077
2004-04-22Makefile.am (PEDANTIC_CFLAGS): New -ansi -pedantic -Wall -Wno-long-long ↵Mark Wielaard3-3/+18
flags variable. * Makefile.am (PEDANTIC_CFLAGS): New -ansi -pedantic -Wall -Wno-long-long flags variable. (gtk_c_files): Use PEDANTIC_CFLAGS. * Makefile.in: Regenerated. From-SVN: r81060
2004-04-22[multiple changes]Michael Koch4-4/+16
2004-04-22 Mark Wielaard <mark@klomp.org> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Changed C++ comments into C comments. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: Likewise. 2004-04-22 Michael Koch <konqueror@gmx.de> * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c: Merged copyright year with GNU classpath. From-SVN: r81042
2004-04-22X500Principal.java: Cleaned up imports.Dalibor Topic2-8/+8
2004-04-22 Dalibor Topic <robilad@kaffe.org> * javax/security/auth/x500/X500Principal.java: Cleaned up imports. From-SVN: r81010
2004-04-22JSlider.java: Fixed HTML tags in comments.Dalibor Topic2-1/+6
2004-04-22 Dalibor Topic <robilad@kaffe.org> * javax/swing/JSlider.java: Fixed HTML tags in comments. From-SVN: r81009
2004-04-22AccessibleText.java: Cleaned up imports.Dalibor Topic2-2/+8
2004-04-22 Dalibor Topic <robilad@kaffe.org> * javax/accessibility/AccessibleText.java: Cleaned up imports. From-SVN: r81008
2004-04-22[multiple changes]Michael Koch3-43/+64
2004-04-22 Jeroen Frijters <jeroen@sumatra.nl> * java/net/URLStreamHandler.java (parseURL): Convert the file path to using '/' instead of native file separator. 2004-04-22 Guilhem Lavaux <guilhem@kaffe.org> * java/net/URL.java (userInfo): New field. (URL): Set authority to the right value. (setURL): Fixed authority and file initialization. * java/net/URLStreamHandler.java (parseURL): Take care of the query tag. Build authority. (toExternalForm): Fixed URL building using authority. From-SVN: r81006
2004-04-222004-04-22 Michael Koch <konqueror@gmx.de>Michael Koch3-3/+13
* java/net/Socket.java (impl): Made package-private. * java/net/ServerSocket.java (implAccept): Access Socket.impl field directly. From-SVN: r81005
2004-04-22Preferences.java, [...]: Cleaned up imports.Dalibor Topic7-12/+25
2004-04-22 Dalibor Topic <robilad@kaffe.org> * java/util/prefs/Preferences.java, java/util/prefs/InvalidPreferencesFormatException.java, java/util/prefs/BackingStoreException.java, java/util/prefs/AbstractPreferences.java: Cleaned up imports. 2004-04-22 Dalibor Topic <robilad@kaffe.org> * java/util/regex/Matcher.java, java/util/regex/Pattern.java: Cleaned up imports. From-SVN: r81004
2004-04-222004-04-22 Michael Koch <konqueror@gmx.de>Michael Koch3-2/+23
* java/nio/charset/IllegalCharsetNameException.java (charsetName): Made private. (IllegalCharsetNameException): Added @param tag to javadoc. (getCharsetName): Added @return tag to javadoc. * java/nio/charset/MalformedInputException.java (MalformedInputException): Added @param tag to javadoc. (getInputLength): Revised method description, added @return tag. (getMessage): Added @return tag. From-SVN: r81003
2004-04-22Font.java (deriveFont): Implement missing variants.Jerry Quinn3-2/+78
2004-04-22 Jerry Quinn <jlquinn@optonline.net> * java/awt/Font.java (deriveFont): Implement missing variants. * gnu/java/awt/peer/ClasspathFontPeer.java (deriveFont): Implement missing variants. From-SVN: r81002
2004-04-21natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay3-0/+24
2004-04-21 Bryce McKinlay <mckinlay@redhat.com> * java/lang/natClass.cc (_Jv_LayoutInterfaceMethods): New method. Set method->index values for interface methods to their itable index. (initializeClass): Call _Jv_LayoutInterfaceMethods. From-SVN: r80978
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch4-6/+23
* java/nio/DirectByteBufferImpl.java (shiftDown): Made static, give address as argument and provide a convenience method that overwrites shiftDown in ByteBufferImpl and calls the native shiftDown. * java/nio/MappedByteBufferImpl.java (): Use optimized method in DirectByteBufferImpl. * java/nio/natDirectByteBufferImpl.cc (shiftDown): Changed method signature. Removed usage of array_offset. From-SVN: r80967
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+6
* gnu/java/net/natPlainSocketImplPosix.cc (SocketInputStream::read): Make sure returned data is a byte value. From-SVN: r80959
2004-04-21ServiceFactory.java, [...]: New files.Michael Koch21-3/+3883
2004-04-21 Michael Koch <konqueror@gmx.de> * gnu/classpath/ServiceFactory.java, gnu/classpath/ServiceProviderLoadingAction.java, javax/imageio/ImageReader.java, javax/imageio/ImageTranscoder.java, javax/imageio/ImageWriter.java, javax/imageio/package.html, javax/imageio/spi/IIOServiceProvider.java, javax/imageio/spi/ImageInputStreamSpi.java, javax/imageio/spi/ImageOutputStreamSpi.java, javax/imageio/spi/ImageReaderWriterSpi.java, javax/imageio/spi/ImageTranscoderSpi.java, javax/imageio/spi/RegisterableService.java, javax/imageio/spi/ServiceRegistry.java, javax/imageio/spi/package.html, javax/imageio/stream/IIOByteBuffer.java, javax/imageio/stream/ImageInputStream.java, javax/imageio/stream/ImageOutputStream.java, javax/imageio/stream/package.html: New files. * Makefile.am (ordinary_java_source_files): Added gnu/classpath/ServiceFactory.java and gnu/classpath/ServiceProviderLoadingAction.java. (javax_source_files): Added javax/imageio/ImageReader.java, javax/imageio/ImageTranscoder.java, javax/imageio/ImageWriter.java, javax/imageio/spi/IIOServiceProvider.java, javax/imageio/spi/ImageInputStreamSpi.java, javax/imageio/spi/ImageOutputStreamSpi.java, javax/imageio/spi/ImageReaderWriterSpi.java, javax/imageio/spi/ImageTranscoderSpi.java, javax/imageio/spi/RegisterableService.java, javax/imageio/spi/ServiceRegistry.java, javax/imageio/stream/IIOByteBuffer.java, javax/imageio/stream/ImageInputStream.java and javax/imageio/stream/ImageOutputStream.java. * Makefile.in: Regenerated. From-SVN: r80951
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+7
* java/util/Properties.java (load): Fix wrongly merged fix. From-SVN: r80949
2004-04-21gthread-jni.c (maybe_rethrow): Explicitly malloc and free buf.Mark Wielaard2-18/+35
2004-04-21 Mark Wielaard <mark@klomp.org> * native/jni/gtk-peer/gthread-jni.c (maybe_rethrow): Explicitly malloc and free buf. From-SVN: r80948
2004-04-21AuthenticationException.java, [...]: Cleaned up imports.Dalibor Topic33-69/+76
2004-04-21 Dalibor Topic <robilad@kaffe.org> * javax/naming/AuthenticationException.java, javax/naming/AuthenticationNotSupportedException.java, javax/naming/CannotProceedException.java, javax/naming/CommunicationException.java, javax/naming/CompoundName.java, javax/naming/ConfigurationException.java, javax/naming/ContextNotEmptyException.java, javax/naming/InitialContext.java, javax/naming/InsufficientResourcesException.java, javax/naming/InterruptedNamingException.java, javax/naming/LimitExceededException.java, javax/naming/LinkException.java, javax/naming/LinkLoopException.java, javax/naming/LinkRef.java, javax/naming/MalformedLinkException.java, javax/naming/Name.java, javax/naming/NameAlreadyBoundException.java, javax/naming/NameNotFoundException.java, javax/naming/NamingSecurityException.java, javax/naming/NoInitialContextException.java, javax/naming/NoPermissionException.java, javax/naming/NotContextException.java, javax/naming/PartialResultException.java, javax/naming/ReferralException.java, javax/naming/ServiceUnavailableException.java, javax/naming/SizeLimitExceededException.java, javax/naming/TimeLimitExceededException.java, javax/naming/directory/Attribute.java, javax/naming/directory/Attributes.java, javax/naming/directory/SearchResult.java, javax/naming/event/NamingExceptionEvent.java, javax/naming/spi/ResolveResult.java: Cleaned up imports. From-SVN: r80947
2004-04-21gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: Changed C++ comments into C comments.Mark Wielaard8-48/+61
2004-04-21 Mark Wielaard <mark@klomp.org> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: Changed C++ comments into C comments. Removed commented out code. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Likewise. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: Likewise. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: Likewise. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: Likewise. * native/jni/gtk-peer/gthread-jni.c: Likewise. From-SVN: r80946
2004-04-21JFrame.java: Implement WindowConstants.Mark Wielaard4-32/+84
2004-04-21 Mark Wielaard <mark@klomp.org> * javax/awt/JFrame.java: Implement WindowConstants. Remove final static fields defined in interface. * javax/awt/JDialog.java: Likewise. (JDialog): Make constructors public. (getDefaultCloseOperation): Make public. (processWindowEvent): Call System.exit(0) when EXIT_ON_CLOSE set. (setDefaultCloseOperation): Make public. Check argument. Add API doc. * javax/swing/JViewport.java (JViewport): Make constructor public. From-SVN: r80945
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch3-3/+10
* java/util/Map.java (Entry): Removed redundant "static" modifier. * java/text/AttributedCharacterIterator.java: Updated copyright year. From-SVN: r80944
2004-04-20SearchControls.java: Don't explicitely extend java.lang.Object.Michael Koch3-3/+10
2004-04-20 Michael Koch <konqueror@gmx.de> * javax/naming/directory/SearchControls.java: Don't explicitely extend java.lang.Object. * javax/naming/spi/DirStateFactory.java: Merged copyright year with GNU classpath. From-SVN: r80925
2004-04-20Channels.java: Merged coding style with GNU classpath.Michael Koch2-2/+7
2004-04-20 Michael Koch <konqueror@gmx.de> * java/nio/channels/Channels.java: Merged coding style with GNU classpath. From-SVN: r80923
2004-04-202004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2-11/+13
* java/net/ServerSocket.java Merged coding style from GNU classpath. From-SVN: r80922
2004-04-20BufferedWriter.java: Reordered variables to be at top of the class.Michael Koch2-30/+36
2004-04-20 Michael Koch <konqueror@gmx.de> * java/io/BufferedWriter.java: Reordered variables to be at top of the class. (localFlush): Removed redundant final keyword. From-SVN: r80916
2004-04-20MouseEvent.java (<init>): fixed field assignmentIngo Proetel2-3/+7
2004-04-20 Ingo Proetel <proetel@aicas.com> * java/awt/event/MouseEvent.java (<init>): fixed field assignment From-SVN: r80915
2004-04-20[multiple changes]Michael Koch4-11/+24
2004-04-20 Jeroen Frijters <jeroen@frijters.net> * java/text/DecimalFormat.java (scanFix): Removed suffix check for percent and permill check. 2004-04-20 Guilhem Lavaux <guilhem@kaffe.org> * java/text/FieldPosition.java (FieldPosition) Constructor now behaves as it should according to the java documentation. 2004-04-20 Mark Wielaard <mark@klomp.org> * java/util/Properties.java: Use the word umlaut, not &auml; in api documentation. From-SVN: r80910
2004-04-20Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio.Michael Koch43-458/+656
2004-04-20 Michael Koch <konqueror@gmx.de> * java/nio/Buffer.java, java/nio/channels/AlreadyConnectedException.java, java/nio/channels/AsynchronousCloseException.java, java/nio/channels/ByteChannel.java, java/nio/channels/CancelledKeyException.java, java/nio/channels/Channel.java, java/nio/channels/Channels.java, java/nio/channels/ClosedByInterruptException.java, java/nio/channels/ClosedChannelException.java, java/nio/channels/ClosedSelectorException.java, java/nio/channels/ConnectionPendingException.java, java/nio/channels/DatagramChannel.java, java/nio/channels/FileChannel.java, java/nio/channels/FileLock.java, java/nio/channels/FileLockInterruptionException.java, java/nio/channels/GatheringByteChannel.java, java/nio/channels/IllegalBlockingModeException.java, java/nio/channels/IllegalSelectorException.java, java/nio/channels/InterruptibleChannel.java, java/nio/channels/NoConnectionPendingException.java, java/nio/channels/NonReadableChannelException.java, java/nio/channels/NonWritableChannelException.java, java/nio/channels/NotYetBoundException.java, java/nio/channels/NotYetConnectedException.java, java/nio/channels/OverlappingFileLockException.java, java/nio/channels/Pipe.java, java/nio/channels/ReadableByteChannel.java, java/nio/channels/ScatteringByteChannel.java, java/nio/channels/SelectableChannel.java, java/nio/channels/SelectionKey.java, java/nio/channels/Selector.java, java/nio/channels/ServerSocketChannel.java, java/nio/channels/SocketChannel.java, java/nio/channels/UnresolvedAddressException.java, java/nio/channels/UnsupportedAddressTypeException.java, java/nio/channels/WritableByteChannel.java, java/nio/channels/spi/AbstractInterruptibleChannel.java, java/nio/channels/spi/AbstractSelectableChannel.java, java/nio/channels/spi/AbstractSelectionKey.java, java/nio/channels/spi/AbstractSelector.java, java/nio/channels/spi/SelectorProvider.java, java/nio/charset/spi/CharsetProvider.java: Fixed javadocs and jalopied all over java.nio. From-SVN: r80909