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
2222import java.net.http.HttpRequest
2323import java.net.http.HttpResponse
2424import java.time.Duration
25- import java.util.regex.Pattern
2625import java.util.stream.Stream
2726import kotlinx.serialization.json.Json
2827import kotlinx.serialization.json.JsonArray
@@ -355,10 +354,6 @@ class UnitTestReport(private val apiToken: String) {
355354 }
356355
357356 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]+)\\ )" )
362357 private const val URL_PREFIX = " https://api.github.com/repos/firebase/firebase-android-sdk/"
363358 }
364359}
You can’t perform that action at this time.
0 commit comments