Skip to content
Snippets Groups Projects
Commit b620c7a7 authored by felmer's avatar felmer
Browse files

bug fixed

SVN: 24596
parent b32c54b0
No related branches found
No related tags found
No related merge requests found
...@@ -233,4 +233,9 @@ public class EntityRegistrationDetails implements Serializable ...@@ -233,4 +233,9 @@ public class EntityRegistrationDetails implements Serializable
this.registrationDate = registrationDate; this.registrationDate = registrationDate;
} }
void setModificationDate(Date modificationDate)
{
this.modificationDate = modificationDate;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment