changed "todo" to "FIXME".

This commit is contained in:
hns 2002-06-11 16:31:02 +00:00
parent 89c232a6f9
commit 47debc3784

View file

@ -30,7 +30,7 @@ public class MimePart implements Serializable {
public String getText () {
if (contentType == null || contentType.startsWith ("text/")) {
// todo: check for encoding
// FIXME: check for encoding
return new String (content);
} else {
return null;