@@ -50,7 +50,7 @@ public class Constants {
5050 * <p>
5151 * This attribute is defined by both version 0.3 and version 1.0 of the specification.
5252 *
53- * See <a href="/cloudevents/spec/blob/v1.0/spec.md#id">CloudEvents/1.0 specification </a>.
53+ * See <a href="/cloudevents/spec/blob/v1.0/spec.md#id">CloudEvents/1.0 id attribute </a>.
5454 */
5555 public static final String ATTRIBUTE_ID = "id" ;
5656
@@ -77,7 +77,7 @@ public class Constants {
7777 * <p>
7878 * This attribute is defined by both version 0.3 and version 1.0 of the specification.
7979 *
80- * See <a href="/cloudevents/spec/blob/v1.0/spec.md#datacontenttype">CloudEvents/1.0 specification </a>.
80+ * See <a href="/cloudevents/spec/blob/v1.0/spec.md#datacontenttype">CloudEvents/1.0 datacontenttype attribute </a>.
8181 */
8282 public static final String ATTRIBUTE_DATACONTENTTYPE = "datacontenttype" ;
8383
@@ -86,7 +86,7 @@ public class Constants {
8686 * <p>
8787 * This attribute is defined only in version 0.3 the specification.
8888 *
89- * See <a href="/cloudevents/spec/blob/v0.3/spec.md#datacontentencoding">CloudEvents/1.0 datacontenttype </a>.
89+ * See <a href="/cloudevents/spec/blob/v0.3/spec.md#datacontentencoding">CloudEvents/0.3 datacontentencoding attribute </a>.
9090 */
9191 public static final String ATTRIBUTE_DATACONTENTENCODING = "datacontentencoding" ;
9292
@@ -96,7 +96,7 @@ public class Constants {
9696 * <p>
9797 * This attribute is defined only in version 0.3 the specification.
9898 *
99- * See <a href="/cloudevents/spec/blob/v1.0/spec.md#schemaurl">CloudEvents/1.0 specification </a>.
99+ * See <a href="/cloudevents/spec/blob/v1.0/spec.md#schemaurl">CloudEvents/0.3 schemaurl attribute </a>.
100100 */
101101 public static final String ATTRIBUTE_SCHEMAURL = "schemaurl" ;
102102
@@ -105,7 +105,7 @@ public class Constants {
105105 * <p>
106106 * This attribute is defined only in version 1.0 the specification.
107107 *
108- * See <a href="/cloudevents/spec/blob/v1.0/spec.md#dataschema">CloudEvents/1.0 specification </a>.
108+ * See <a href="/cloudevents/spec/blob/v1.0/spec.md#dataschema">CloudEvents/1.0 dataschema attribute </a>.
109109 */
110110 public static final String ATTRIBUTE_DATASCHEMA = "dataschema" ;
111111
@@ -114,7 +114,7 @@ public class Constants {
114114 * <p>
115115 * This attribute is defined by both version 0.3 and version 1.0 of the specification.
116116 *
117- * See <a href="/cloudevents/spec/blob/v1.0/spec.md#subject">CloudEvents/1.0 specification </a>.
117+ * See <a href="/cloudevents/spec/blob/v1.0/spec.md#subject">CloudEvents/1.0 subject attribute </a>.
118118 */
119119 public static final String ATTRIBUTE_SUBJECT = "subject" ;
120120
0 commit comments