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 () {
|
public String getText () {
|
||||||
if (contentType == null || contentType.startsWith ("text/")) {
|
if (contentType == null || contentType.startsWith ("text/")) {
|
||||||
// todo: check for encoding
|
// FIXME: check for encoding
|
||||||
return new String (content);
|
return new String (content);
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue