Skip to content

Commit 7cfe472

Browse files
author
Ace Nassri
authored
chore(functions/hello-error): update product name (GoogleCloudPlatform#7011)
1 parent 52d2de1 commit 7cfe472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions/helloworld/hello-error/src/main/java/functions/HelloError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ public class HelloError implements HttpFunction {
3131
@Override
3232
public void service(HttpRequest request, HttpResponse response)
3333
throws IOException {
34-
// These will NOT be reported to Stackdriver error reporting
34+
// These will NOT be reported to Error Reporting
3535
System.err.println("I failed you");
3636
logger.severe("I failed you");
3737

38-
// This WILL be reported to Stackdriver error reporting
38+
// This WILL be reported to Error Reporting
3939
throw new RuntimeException("I failed you");
4040
}
4141
}

0 commit comments

Comments
 (0)