Use some Java 8 features
These suggestions were produced by a refactoring tool that we have; the particular decisions it made were based on heuristics over which I have no control. Some suggestions were edited for brevity, and to omit references to unreleased Guava features. Change-Id: I9deac0afd6eda8fdc5a369816a4ee2bbe16924ba
This commit is contained in:
@@ -504,8 +504,7 @@ public class CommentsIT extends AbstractDaemonTest {
|
||||
assertThat(ps2List.get(2).message).isEqualTo("join lines");
|
||||
assertThat(ps2List.get(3).message).isEqualTo("typo: content");
|
||||
|
||||
ImmutableList<Message> messages =
|
||||
email.getMessages(r2.getChangeId(), "comment");
|
||||
List<Message> messages = email.getMessages(r2.getChangeId(), "comment");
|
||||
assertThat(messages).hasSize(1);
|
||||
String url = canonicalWebUrl.get();
|
||||
int c = r1.getChange().getId().get();
|
||||
|
||||
Reference in New Issue
Block a user