Remove trivial comments

This commit is contained in:
cketti 2015-04-03 19:50:50 +02:00
parent ebcd10d1b1
commit 632517be81
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ public class MessageReferenceTest {
@Test
public void equalsWithAnObjectShouldReturnFalse() {
// null : creating a new empty MessageReference
MessageReference messageReference = new MessageReference(null, null, null, null);
Object object = new Object();

View File

@ -60,7 +60,7 @@ public class MessageReference implements Parcelable {
if (identity == null || identity.length() < 1) {
throw new MessagingException("Null or truncated MessageReference identity.");
}
// Some temp variables
String accountUuid = null;
String folderName = null;
String uid = null;