Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
SONAR-2813 Wrong links in the hotspots of views
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhof committed Sep 16, 2011
1 parent 32cb207 commit 1e6739d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private void parseResourceFields(Object json, Resource resource) {
.setKey(utils.getString(json, "key"))
.setName(utils.getString(json, "name"))
.setLongName(utils.getString(json, "lname"))
.setCopy(utils.getInteger(json, "copy"))
.setScope(utils.getString(json, "scope"))
.setQualifier(utils.getString(json, "qualifier"))
.setLanguage(utils.getString(json, "lang"))
Expand Down

0 comments on commit 1e6739d

Please sign in to comment.