mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modify Comment
Removed commented codes.
This commit is contained in:
parent
453559a07b
commit
99b916d6ff
@ -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;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user