Skip to content

Commit

Permalink
[Task 70333] removed the RelationshipTypeId from Relationship endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Raf-atmire committed Apr 9, 2020
1 parent 1470406 commit 63c14b3
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -27,7 +27,6 @@ public class RelationshipRest extends BaseObjectRest<Integer> {
@JsonIgnore
private UUID rightId;

private int relationshipTypeId;
private RelationshipTypeRest relationshipType;
private int leftPlace;
private int rightPlace;
Expand Down Expand Up @@ -90,14 +89,6 @@ public void setRightPlace(int rightPlace) {
this.rightPlace = rightPlace;
}

public int getRelationshipTypeId() {
return relationshipTypeId;
}

public void setRelationshipTypeId(int relationshipTypeId) {
this.relationshipTypeId = relationshipTypeId;
}

public String getRightwardValue() {
return rightwardValue;
}
Expand Down

0 comments on commit 63c14b3

Please sign in to comment.