Skip to content

Commit

Permalink
Added help link to Generic JSON quote feed
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Mar 16, 2020
1 parent e5e73af commit 048d720
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ public String getName()
return "JSON"; //$NON-NLS-1$
}

@Override
public Optional<String> getHelpURL()
{
return Optional.of("https://help.portfolio-performance.info/kursdaten_laden/#json"); //$NON-NLS-1$
}

@Override
public boolean updateLatestQuotes(Security security, List<Exception> errors)
{
Expand Down

0 comments on commit 048d720

Please sign in to comment.