You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Bryn Cooke (JIRA)" <ji...@apache.org> on 2017/10/13 08:27:00 UTC

[jira] [Created] (TINKERPOP-1798) MutationListener.vertexPropertyChanged oldValue should be a VertexProperty

Bryn Cooke created TINKERPOP-1798:
-------------------------------------

             Summary: MutationListener.vertexPropertyChanged oldValue should be a VertexProperty
                 Key: TINKERPOP-1798
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1798
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.2.6
            Reporter: Bryn Cooke
            Priority: Minor


Currently the signature looks like this:
{noformat}
public void vertexPropertyChanged(final Vertex element, final Property oldValue, final Object setValue, final Object... vertexPropertyKeyValues);
{noformat}
But should probably be:

{noformat}
public void vertexPropertyChanged(final Vertex element, final VertexProperty oldValue, final Object setValue, final Object... vertexPropertyKeyValues);
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)