Skip to content

Commit

Permalink
fixing indexing in initializatoin, [#116 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed Mar 30, 2010
1 parent dea6384 commit 77f38a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/neo4j/mixins/node_mixin.rb
Expand Up @@ -98,6 +98,7 @@ def _java_node
def init_without_node(props) # :nodoc:
props[:_classname] = self.class.to_s
@_java_node = Neo4j.create_node props
update_index if props && !props.empty?
@_java_node._wrapper = self
Neo4j.event_handler.node_created(self)
end
Expand Down

0 comments on commit 77f38a0

Please sign in to comment.