File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
plugins/src/main/java/com/google/firebase/gradle/plugins/report Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import java.net.http.HttpClient
22
22
import java.net.http.HttpRequest
23
23
import java.net.http.HttpResponse
24
24
import java.time.Duration
25
- import java.util.regex.Pattern
26
25
import java.util.stream.Stream
27
26
import kotlinx.serialization.json.Json
28
27
import kotlinx.serialization.json.JsonArray
@@ -355,10 +354,6 @@ class UnitTestReport(private val apiToken: String) {
355
354
}
356
355
357
356
companion object {
358
- /*
359
- * Matches commit names for their PR number generated by GitHub, eg, `foo bar (#1234)`.
360
- */
361
- private val PR_NUMBER_MATCHER : Pattern = Pattern .compile(" .*\\ (#([0-9]+)\\ )" )
362
357
private const val URL_PREFIX = " https://api.github.com/repos/firebase/firebase-android-sdk/"
363
358
}
364
359
}
You can’t perform that action at this time.
0 commit comments