File tree 2 files changed +4
-4
lines changed
google-cloud-logging/src/main/java/com/google/cloud/logging
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public LoggingHandler(
229
229
* Creates a handler that publishes messages to Cloud Logging. Auto-population of the logs
230
230
* metadata can be opted-out in {@code options} argument or in the configuration file. At least
231
231
* one flag {@link LoggingOptions} or {@link LoggingConfig} has to be explicitly set to {@code
232
- * false} in order to opt- out the metadata auto-population.
232
+ * false} in order to opt out the metadata auto-population.
233
233
*
234
234
* @param log the name of the log to which log entries are written
235
235
* @param options options for the Cloud Logging service
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ private String getContainerName() {
87
87
/**
88
88
* Distinguish between Standard and Flexible GAE environments. There is no indicator of the
89
89
* environment. The path to the startup-script in the metadata attribute was selected as one of
90
- * the new values that explitly mentioning "flex" and cannot be altered by user (e.g. environment
91
- * variable). The method assumes that the resource type is already identified as {@link
92
- * Resource.AppEngine}.
90
+ * the new values that explicitly mentioning "flex" and cannot be altered by user (e.g.
91
+ * environment variable). The method assumes that the resource type is already identified as
92
+ * {@link Resource.AppEngine}.
93
93
*
94
94
* @return {@link MetadataLoader.ENV_FLEXIBLE} for the Flexible environment and {@link
95
95
* MetadataLoader.ENV_STANDARD} for the Standard environment.
You can’t perform that action at this time.
0 commit comments