Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
withinJoel committed Aug 21, 2024
1 parent bf48945 commit 405acca
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 9 deletions.
Binary file modified build/classes/java/main/com/example/teamsync/model/Project.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
9 changes: 0 additions & 9 deletions src/main/java/com/example/teamsync/model/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class Project {
private Long id;

private String name;
private String status;
private String description;

@ManyToOne
Expand All @@ -34,14 +33,6 @@ public void setName(String name) {
this.name = name;
}

public String getStatus(){
return status;
}

public void setStatus(String status){
this.status = status;
}

public String getDescription() {
return description;
}
Expand Down

0 comments on commit 405acca

Please sign in to comment.