Skip to content

Commit 79f2200

Browse files
committed
chore: fix region tag product prefix
1 parent 8e6abdc commit 79f2200

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

errorreporting/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</properties>
2525

2626

27-
<!-- [START clouderrorreporting_install_with_bom] -->
27+
<!-- [START error_reporting_install_with_bom] -->
2828
<dependencyManagement>
2929
<dependencies>
3030
<dependency>
@@ -61,5 +61,5 @@
6161
</dependency>
6262
<!-- END_EXCLUDE -->
6363
</dependencies>
64-
<!-- [END clouderrorreporting_install_with_bom] -->
64+
<!-- [END error_reporting_install_with_bom] -->
6565
</project>

errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.example.errorreporting;
1818

19-
// [START errorreporting_quickstart]
2019
// [START error_reporting_quickstart]
2120
// [START error_reporting_setup_java]
2221

@@ -70,4 +69,3 @@ public static void main(String[] args) throws Exception {
7069
}
7170
// [END error_reporting_setup_java]
7271
// [END error_reporting_quickstart]
73-
// [END errorreporting_quickstart]

0 commit comments

Comments
 (0)