Skip to content

Commit 5a8cfad

Browse files
committed
Remove test docs
1 parent 4c06a11 commit 5a8cfad

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/BaseFirebaseLibraryPlugin.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ import org.w3c.dom.Element
4949
* @see [FirebaseLibraryExtension]
5050
*/
5151
abstract class BaseFirebaseLibraryPlugin : Plugin<Project> {
52-
53-
/**
54-
* Using [projects][project]
55-
*
56-
* @param project does stuff
57-
*/
52+
5853
protected fun setupDefaults(project: Project, library: FirebaseLibraryExtension) {
5954
library.previewMode.set("")
6055
with(library) {

0 commit comments

Comments
 (0)