Modify Comment

Removed commented codes.
feature/appm-store/pbac
nishadi 7 years ago
parent 453559a07b
commit 99b916d6ff

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

Loading…
Cancel
Save