Removed commented codes.
@ -43,7 +43,6 @@ public class Comment {
private Timestamp modifiedAt;
// private Application application;
public int getTenantId() {
return tenantId;
}
@ -109,15 +108,5 @@ public class Comment {
this.modifiedAt = modifiedAt;
// public Application getApplication() {
// return application;
// }
//
// public void setApplication(Application application) {
// this.application = application;