Skip to content

Commit

Permalink
Merge pull request #67 from ServiceInventoryManagementSystem/fix/mdns…
Browse files Browse the repository at this point in the history
…-href

Changed getHref to return from info.getUrls
  • Loading branch information
arwassa authored May 30, 2018
2 parents d2058c3 + 367fc58 commit a7393f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sims/discovery/mdns/DnsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public DnsService(ServiceInfo info){

@Override
public String getHref(){
return info.getPropertyString("path");
return info.getURLs()[0];
}

@Override
Expand Down

0 comments on commit a7393f0

Please # to comment.