Skip to content
Snippets Groups Projects
Commit 28a3e8c3 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

removed forgotten code

parent 63375b50
No related branches found
No related tags found
2 merge requests!836Resolve "Implement Spring Security",!613WIP: New Minerva Security Layer
......@@ -119,11 +119,6 @@ public class Project implements Serializable {
this.projectId = projectId;
}
@PostRemove
public void remove() {
}
public void addModel(ModelData model) {
models.add(model);
model.setProject(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment