GERONIMO-4120 Sun API specification information appears directly in some of the javamail classes.



git-svn-id: https://svn.apache.org/repos/asf/geronimo/javamail/trunk@668615 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/util/TraceOutputStream.java b/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/util/TraceOutputStream.java
index 94cebd8..f5aefe5 100644
--- a/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/util/TraceOutputStream.java
+++ b/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/util/TraceOutputStream.java
@@ -67,18 +67,12 @@
 
 
     /**
-     * Writes the specified <code>byte</code> to this output stream.
-     * <p>
-     * The <code>write</code> method of <code>FilterOutputStream</code>
-     * calls the <code>write</code> method of its underlying output stream,
-     * that is, it performs <tt>out.write(b)</tt>.
-     * <p>
-     * Implements the abstract <tt>write</tt> method of <tt>OutputStream</tt>.
-     *
-     * @param b
-     *            the <code>byte</code>.
+     * Write a single byte to the output stream.
+     * 
+     * @param b      The byte to be written.
+     * 
      * @exception IOException
-     *                if an I/O error occurs.
+     *                   thrown for any I/O errors.
      */
     public void write(int b) throws IOException {
         if (debug) {