We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c2ab4 commit 2bacb3bCopy full SHA for 2bacb3b
1 file changed
java-firestore/owlbot.py
@@ -52,7 +52,7 @@
52
s.move(library, excludes=["**/Version.java"])
53
# Replace Version.VERSION with FirestoreAdminVersion.VERSION in stub files
54
s.replace(
55
- "google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/**/*.java",
+ "google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java",
56
"Version.VERSION",
57
"FirestoreAdminVersion.VERSION",
58
)
0 commit comments