Skip to content

Commit

Permalink
System Cleanup (hide/delete stuff not in the proposal) (Notification)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Nov 3, 2024
1 parent 6057d88 commit d53a77f
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2,800 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public JCacheManagerCustomizer cacheManagerCustomizer() {
createCache(cm, com.teamsixnus.scaleup.domain.Message.class.getName());
createCache(cm, com.teamsixnus.scaleup.domain.Activity.class.getName());
createCache(cm, com.teamsixnus.scaleup.domain.ActivityInvite.class.getName());
createCache(cm, com.teamsixnus.scaleup.domain.Notification.class.getName());
createCache(cm, com.teamsixnus.scaleup.domain.UserSkill.class.getName());
// jhipster-needle-ehcache-add-entry
};
Expand Down
210 changes: 0 additions & 210 deletions src/main/java/com/teamsixnus/scaleup/domain/Notification.java

This file was deleted.

24 changes: 0 additions & 24 deletions src/main/java/com/teamsixnus/scaleup/domain/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,22 +117,6 @@ public void setPassword(String password) {
this.password = password;
}

// public String getFirstName() {
// return firstName;
// }
//
// public void setFirstName(String firstName) {
// this.firstName = firstName;
// }
//
// public String getLastName() {
// return lastName;
// }
//
// public void setLastName(String lastName) {
// this.lastName = lastName;
// }

public String getEmail() {
return email;
}
Expand All @@ -141,14 +125,6 @@ public void setEmail(String email) {
this.email = email;
}

// public String getImageUrl() {
// return imageUrl;
// }
//
// public void setImageUrl(String imageUrl) {
// this.imageUrl = imageUrl;
// }

public boolean isActivated() {
return activated;
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d53a77f

Please sign in to comment.