aboutsummaryrefslogtreecommitdiff
path: root/contrib/log_correlation
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2018-06-19 17:16:48 -0700
committerKristen Kozak <sebright@google.com>2018-06-19 17:21:15 -0700
commit3d361ad42d2bfde33f4b8959aa73e6a2c7eabc3e (patch)
tree0026af11781e8ea77b1dcd00133be93751c12f95 /contrib/log_correlation
parentc6cb49bdd8e35ec06b02dda999518d9356cd8177 (diff)
downloadopencensus-java-3d361ad42d2bfde33f4b8959aa73e6a2c7eabc3e.tar.gz
Clean up OpenCensusTraceLoggingEnhancer Javadocs.
Diffstat (limited to 'contrib/log_correlation')
-rw-r--r--contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancer.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancer.java b/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancer.java
index 2fc817e2..cbf81661 100644
--- a/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancer.java
+++ b/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancer.java
@@ -40,8 +40,8 @@ public final class OpenCensusTraceLoggingEnhancer implements LoggingEnhancer {
private static final SpanSelection DEFAULT_SPAN_SELECTION = SpanSelection.ALL_SPANS;
/**
- * Name of the property that overrides the default cloud project ID (overrides the value returned
- * by {@code com.google.cloud.ServiceOptions.getDefaultProjectId()}). The name is {@value}.
+ * Name of the property that overrides the default project ID (overrides the value returned by
+ * {@code com.google.cloud.ServiceOptions.getDefaultProjectId()}). The name is {@value}.
*
* @since 0.15
*/
@@ -100,10 +100,10 @@ public final class OpenCensusTraceLoggingEnhancer implements LoggingEnhancer {
* google-cloud-logging-logback {@code LoggingAppender}.
*
* <p>This constructor looks up the project ID and {@link SpanSelection SpanSelection} from the
- * environment. It uses the default cloud project ID (the value returned by {@code
+ * environment. It uses the default project ID (the value returned by {@code
* com.google.cloud.ServiceOptions.getDefaultProjectId()}), unless the ID is overridden by the
- * property {@value PROJECT_ID_PROPERTY_NAME}. It looks up the {@code SpanSelection} using the
- * property {@value SPAN_SELECTION_PROPERTY_NAME}. Each property can be specified with a {@link
+ * property {@value #PROJECT_ID_PROPERTY_NAME}. It looks up the {@code SpanSelection} using the
+ * property {@value #SPAN_SELECTION_PROPERTY_NAME}. Each property can be specified with a {@link
* java.util.logging} property or a system property, with preference given to the logging
* property.
*
@@ -157,9 +157,9 @@ public final class OpenCensusTraceLoggingEnhancer implements LoggingEnhancer {
}
/**
- * Returns the Project ID setting for this instance.
+ * Returns the project ID setting for this instance.
*
- * @return the Project ID setting for this instance.
+ * @return the project ID setting for this instance.
* @since 0.15
*/
public String getProjectId() {