File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
sdks/java/io/datadog/src/main/java/org/apache/beam/sdk/io/datadog Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,15 @@ public static Builder newBuilder() {
3030 return new AutoValue_DatadogEvent .Builder ();
3131 }
3232
33- @ Nullable
34- public abstract String ddsource ();
33+ public abstract @ Nullable String ddsource ();
3534
36- @ Nullable
37- public abstract String ddtags ();
35+ public abstract @ Nullable String ddtags ();
3836
39- @ Nullable
40- public abstract String hostname ();
37+ public abstract @ Nullable String hostname ();
4138
42- @ Nullable
43- public abstract String service ();
39+ public abstract @ Nullable String service ();
4440
45- @ Nullable
46- public abstract String message ();
41+ public abstract @ Nullable String message ();
4742
4843 /** A builder class for creating {@link DatadogEvent} objects. */
4944 @ AutoValue .Builder
You can’t perform that action at this time.
0 commit comments