We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bf470 commit 2323163Copy full SHA for 2323163
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: Merge this class with Context and clean this up. Some methods may need to be re-added
24
- * 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