diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagCommentsFragment.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagCommentsFragment.java index 869b0da2c..fe893a0b8 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagCommentsFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagCommentsFragment.java @@ -115,7 +115,6 @@ public class TagCommentsFragment extends CommentsFragment { } @Override - @SuppressWarnings("nls") protected UserActivity createUpdate() { UserActivity userActivity = new UserActivity(); userActivity.setValue(UserActivity.MESSAGE, addCommentField.getText().toString());