Fixed bug on technical user guide property read (thx Chosto #3).
This commit is contained in:
parent
35a2987447
commit
3a1eb945d4
3 changed files with 3 additions and 4 deletions
|
@ -304,8 +304,7 @@ public class Federation extends PathPropertyList
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
result = get("federation.documentation.technical", "federation.documentationtechnical.url", "federation.technical", "federation.technical.url", "service.guide.technical",
|
result = get("federation.guide.technical", "federation.guide.technical.url");
|
||||||
"federation.guide.technical.url");
|
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return result;
|
||||||
|
|
|
@ -368,7 +368,7 @@ public class Organization extends PathPropertyList
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
result = get("service.guide.technical", "organization.guide.technical.url");
|
result = get("organization.guide.technical", "organization.guide.technical.url");
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return result;
|
||||||
|
|
|
@ -602,7 +602,7 @@ public class Service extends PathPropertyList
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
result = get("service.documentation.technical", "service.documentationtechnical.url", "service.technical", "service.technical.url", "service.guide.technical", "service.guide.technical.url");
|
result = get("service.guide.technical", "service.guide.technical.url");
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue