Skip to content

Commit

Permalink
#3290 Remove [distributor] tag from citation for harvested datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Aug 19, 2016
1 parent 6fcb92d commit e06738a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/edu/harvard/iq/dataverse/DataCitation.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ public DataCitation(DatasetVersion dsv) {
distributors = dsv.getRootDataverseNameforCitation();
} else {
distributors = dsv.getDistributorName();
if (!StringUtils.isEmpty(distributors)) {
distributors += " [distributor]";
}
//remove += [distributor] SEK 8-18-2016
}

// version
Expand Down

0 comments on commit e06738a

Please sign in to comment.