Skip to content

[Enhancement] Duplicate method declaration with different name.[GrpcMessageProtocolResolver.java] #3839

Closed
@nikam14

Description

Search before asking

  • I had searched in the issues and found no similar issues.

Enhancement Request

location:eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/src/main/java/org/apache/eventmesh/protocol/cloudevents/resolver/grpc/GrpcMessageProtocolResolver.java

line 118
cloudevent

line 224
event

both this methods are duplicate, just name of the methods and object in the methods have different name . both methods do same work.

Describe the solution you'd like

remove the second method declaration at line 224 and make the changes to those files where these methods are used.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions