Modify Comment

Removed commented codes.
This commit is contained in:
nishadi 2018-01-17 11:30:02 +05:30
parent 453559a07b
commit 99b916d6ff

View File

@ -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;
// }
}