Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit b141bf1

Browse files
author
Caitlin Bales (MSFT)
committed
Change List definition
This is causing compilation issues in the test directory
1 parent de3364c commit b141bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphsdk/src/androidTest/java/com/microsoft/graph/functional/OutlookTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void testGetFindMeetingTimes() {
6363
tenantUser = users.getCurrentPage().get(1);
6464
}
6565

66-
List<AttendeeBase> attendees = new ArrayList<>();
66+
ArrayList<AttendeeBase> attendees = new ArrayList<AttendeeBase>();
6767
AttendeeBase attendeeBase = new AttendeeBase();
6868
EmailAddress email = new EmailAddress();
6969
email.address = tenantUser.mail;

0 commit comments

Comments
 (0)