Skip to content

Commit

Permalink
#3331 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Jan 26, 2018
1 parent d21c7f0 commit 140c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public DownloadInstance datafile(@PathParam("fileId") Long fileId, @QueryParam("


if (gbrecs == null && df.isReleased()){
// commenting out for 4.6 SEK - ??
// Write Guestbook record if not done previously and file is released
gbr = guestbookResponseService.initDefaultGuestbookResponse(df.getOwner(), df, session);
}

Expand Down

0 comments on commit 140c4cc

Please sign in to comment.