Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dien Nguyen committed Dec 9, 2021
1 parent a5b6ac5 commit 85d92dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/com/amigo/user/Profile.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
import java.util.ArrayList;
import java.util.HashSet;
import java.util.stream.Collectors;

import javax.persistence.Entity;
import com.amigo.course.Course;

/**
* A profile containing a name, year of study, program of study, courses, contact info and interests.
*/
@Entity

public class Profile {
private String name;
private int yearOfStudy;
Expand Down

0 comments on commit 85d92dc

Please sign in to comment.