Skip to content

Commit c8ee02c

Browse files
committed
make internal list in EventList public
1 parent b9748ca commit c8ee02c

File tree

1 file changed

+1
-1
lines changed
  • operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+1
-1
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/event/EventList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public EventList(List<Event> eventList) {
1111
this.eventList = eventList;
1212
}
1313

14-
List<Event> getEventList() {
14+
public List<Event> getList() {
1515
return eventList;
1616
}
1717

0 commit comments

Comments
 (0)