You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/10/28 17:13:27 UTC

[jira] [Closed] (TINKERPOP3-926) Renamed TinkerGraph public statics to common pattern used for other statics.

     [ https://issues.apache.org/jira/browse/TINKERPOP3-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez closed TINKERPOP3-926.
-----------------------------------------
    Resolution: Fixed

> Renamed TinkerGraph public statics to common pattern used for other statics.
> ----------------------------------------------------------------------------
>
>                 Key: TINKERPOP3-926
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-926
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: tinkergraph
>    Affects Versions: 3.0.2-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.1.0-incubating
>
>
> These are bad. [~spmallette] Verify this isn't backwards compatible and I will fix it.
> {code}
>     public static final String CONFIG_VERTEX_ID = "gremlin.tinkergraph.vertexIdManager";
>     public static final String CONFIG_EDGE_ID = "gremlin.tinkergraph.edgeIdManager";
>     public static final String CONFIG_VERTEX_PROPERTY_ID = "gremlin.tinkergraph.vertexPropertyIdManager";
>     public static final String CONFIG_DEFAULT_VERTEX_PROPERTY_CARDINALITY = "gremlin.tinkergraph.defaultVertexPropertyCardinality";
>     public static final String CONFIG_GRAPH_LOCATION = "gremlin.tinkergraph.graphLocation";
>     public static final String CONFIG_GRAPH_FORMAT = "gremlin.tinkergraph.graphFormat";
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)