changed "todo" to "FIXME".
This commit is contained in:
parent
89c232a6f9
commit
47debc3784
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue