diff --git a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java index 819f564e183..ae84e948f9c 100644 --- a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java +++ b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java @@ -28,12 +28,12 @@ import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation; /** - * Snippet demonstrates using the Cloud Error Reporting API to report a custom error event. + * Snippet demonstrates using the Error Reporting API to report a custom error event. * *

This library is not required on App Engine, errors written to stderr are automatically written - * to Cloud Error Reporting. It is also not required if you are writing logs to Cloud Logging. - * Errors written to Cloud Logging that contain an exception or stack trace are automatically - * written out to Cloud Error Reporting. + * to Error Reporting. It is also not required if you are writing logs to Cloud Logging. Errors + * written to Cloud Logging that contain an exception or stack trace are automatically written out + * to Error Reporting. */ public class QuickStart { public static void main(String[] args) throws Exception {