You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2015/11/01 16:17:31 UTC

[GitHub] metamodel pull request: Neo4j module (query-only)

Github user kaspersorensen commented on a diff in the pull request:

    https://github.com/apache/metamodel/pull/69#discussion_r43583551
  
    --- Diff: example-metamodel-integrationtest-configuration.properties ---
    @@ -106,4 +106,13 @@
     
     #cassandra.hostname=localhost
     #cassandra.port=9042
    -#cassandra.keyspace=my_keyspace
    \ No newline at end of file
    +#cassandra.keyspace=my_keyspace
    +
    +# ---------------------------
    +# Neo4j module properties:
    +# ---------------------------
    +
    +#neo4j.hostname=localhost
    +#neo4j.port=7474
    +#neo4j.username=neo4j
    +#neo4j.password=neo4j
    --- End diff --
    
    Very minor, but let's add a linebreak here so that we don't one day get a diff line like the first line here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---