diff --git a/sdk/src/main/java/dev/cdevents/CDEvents.java b/sdk/src/main/java/dev/cdevents/CDEvents.java index 4cbe66b..381dd65 100644 --- a/sdk/src/main/java/dev/cdevents/CDEvents.java +++ b/sdk/src/main/java/dev/cdevents/CDEvents.java @@ -111,7 +111,8 @@ public static CDEvent cdEventFromJson(String cdEventJson) { /** * Creates a CloudEvent from the custom cdEvent. - * @param customCDEvent custom CDEvent class object + * @param customCDEvent class + * @param customCDEvent custom CDEvent class object of type * @param validateContextSchema true If validation needed against context.schemaUri * @return CloudEvent */ @@ -131,7 +132,8 @@ public static CloudEvent customCDEventAsCloudEvent(T customC /** * Creates customCDEvent from Json string and validates against context and official schemas. * @param customCDEventJson Json string of customCDEvent class type - * @param eventClass customCDEvent class type + * @param customCDEvent class + * @param eventClass custom CDEvent class of type * @param validateContextSchema true If validation needed against context.schemaUri * @return CDEvent */