Deleted the birthdate and deathdate wording.

This commit is contained in:
Christian P. MOMON 2020-10-15 01:49:55 +02:00
parent 628865f790
commit 3d9dc2a0c7
3 changed files with 5 additions and 5 deletions

View file

@ -282,7 +282,7 @@ public class Federation extends PathPropertyList
{
String result;
result = get("federation.startdate", "federation.birthdate");
result = get("federation.startdate");
//
return result;

View file

@ -147,7 +147,7 @@ public class Organization extends PathPropertyList
{
String result;
result = get("organization.enddate", "organization.deathdate");
result = get("organization.enddate");
//
return result;
@ -277,7 +277,7 @@ public class Organization extends PathPropertyList
{
String result;
result = get("organization.startdate", "organization.birthdate");
result = get("organization.startdate");
//
return result;

View file

@ -138,7 +138,7 @@ public class Service extends PathPropertyList
{
String result;
result = get("service.enddate", "service.deathdate");
result = get("service.enddate");
//
return result;
@ -414,7 +414,7 @@ public class Service extends PathPropertyList
{
String result;
result = get("service.startdate", "service.birthdate");
result = get("service.startdate");
//
return result;