nikam14 commented on code in PR #3704:
URL: https://github.com/apache/eventmesh/pull/3704#discussion_r1166342627


##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java:
##########
@@ -25,14 +25,14 @@
 
 public class EventMeshCloudEventWriter implements CloudEventContextWriter {
 
-    private Map<String, Object> extensionMap = null;
+    private Map<String, Object> extensionMap;
 
     public EventMeshCloudEventWriter() {
         extensionMap = new HashMap<String, Object>();
     }
 
     @Override
-    public CloudEventContextWriter withContextAttribute(String key, String 
value)
+    public CloudEventContextWriter withContextAttribute(@Nullable String key, 
@Nullable String value)

Review Comment:
   thank you for help
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to