Skip to content

Commit

Permalink
Change name of method
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed Mar 1, 2018
1 parent 801022f commit 37d0d50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -207,7 +207,7 @@ else if ( txState.relationshipIsAddedInThisTx( reference ) )
@Override @Override
long graphPropertiesReference() long graphPropertiesReference()
{ {
return statement.nextGraphPropertyReference(); return statement.getGraphPropertyReference();
} }


@Override @Override
Expand Down
Expand Up @@ -310,7 +310,7 @@ public Properties properties()
} }


@Override @Override
public long nextGraphPropertyReference() public long getGraphPropertyReference()
{ {
return neoStores.getMetaDataStore().getGraphNextProp(); return neoStores.getMetaDataStore().getGraphNextProp();
} }
Expand Down
Expand Up @@ -196,7 +196,7 @@ Cursor<PropertyItem> acquireSinglePropertyCursor( long propertyId, int propertyK


Properties properties(); Properties properties();


long nextGraphPropertyReference(); long getGraphPropertyReference();


interface RecordReads<RECORD> interface RecordReads<RECORD>
{ {
Expand Down

0 comments on commit 37d0d50

Please sign in to comment.