Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This interface defines the required functionality for the Firebase Database library's run loop.
* Most users will not need this interface. However, if you are customizing how the Firebase
* Database
* Database schedules its internal operations this is the interface that should be implemented.
*/
@SuppressWarnings("rawtypes")
public interface RunLoop {
Expand Down