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