mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Removed setter since it's no longer used
This commit is contained in:
@@ -84,14 +84,6 @@ public class Relationship implements ReloadableEntity<Integer> {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Standard setter for the ID field
|
||||
* @param id The ID to be set
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Standard getter for the leftItem field
|
||||
* @return The leftItem Item object in this relationship
|
||||
|
Reference in New Issue
Block a user