From 48a141c1cea4fd3717016e51695715967073592c Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Fri, 21 Apr 2017 16:15:08 -0700 Subject: [PATCH] Fixing incomplete javadoc --- src/main/java/com/google/firebase/database/core/RunLoop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/google/firebase/database/core/RunLoop.java b/src/main/java/com/google/firebase/database/core/RunLoop.java index 3946be70d..86a8e1f12 100644 --- a/src/main/java/com/google/firebase/database/core/RunLoop.java +++ b/src/main/java/com/google/firebase/database/core/RunLoop.java @@ -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 {