RawMailParser: Fix malformed Javadoc

Change-Id: I838c0c64625ba5136d1a69644879ed8d0f76c6b5
This commit is contained in:
Dave Borowitz
2017-07-05 16:10:25 -04:00
parent 7013809fee
commit 0f885aa85d

View File

@@ -140,8 +140,8 @@ public class RawMailParser {
* Traverses a mime tree and parses out text and html parts. All other parts will be dropped.
*
* @param part {@code MimePart} to parse
* @param textBuilder {@link StringBuilder) to append all plaintext parts
* @param htmlBuilder {@link StringBuilder) to append all html parts
* @param textBuilder {@link StringBuilder} to append all plaintext parts
* @param htmlBuilder {@link StringBuilder} to append all html parts
* @throws IOException in case of a failure while transforming the input to a {@link String}
*/
private static void handleMimePart(