Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit fb2ccd3

Browse files
committed
fixed file to match upstream/master
1 parent d94ab04 commit fb2ccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/energyos/espi/common/service/impl/ExportServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ public void exportUsagePointFull(Long usagePointId, Long retailCustomerId,
475475

476476
private void buildHeader (OutputStream stream, String hrefFragment) throws IOException {
477477

478-
String selfRef = "<link ref=\"self\" href=\"" + applicationInformationService.getDataCustodianResourceEndpoint() + hrefFragment + "\"/>";
478+
String selfRef = "<link href=\"" + applicationInformationService.getDataCustodianResourceEndpoint() + hrefFragment + "\" rel=\"self\"/>";
479479
DateTimeType updated = DateConverter.toDateTimeType(new Date());
480480
String temp = updated.getValue().toXMLFormat();
481481
String uuid = UUID.randomUUID().toString();

0 commit comments

Comments
 (0)