We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47788a commit a1bf470Copy full SHA for a1bf470
firebase-database/src/main/java/com/google/firebase/database/core/DatabaseConfig.java
@@ -20,8 +20,8 @@
20
import java.util.List;
21
22
/**
23
- * TODO: Since this is no longer public, we should merge it with Context and clean all this crap up.
24
- * Some methods may need to be re-added to FirebaseDatabase if we want to still expose them.
+ * TODO: Merge this class with Context and clean this up. Some methods may need to be re-added
+ * to FirebaseDatabase if we want to still expose them.
25
*/
26
public class DatabaseConfig extends Context {
27
0 commit comments