DS-3533 Fix incorrect comment noted by Tim

This commit is contained in:
Chris Wilper
2020-02-10 11:25:53 -05:00
parent 414d4dc248
commit 8e7646f5f5

View File

@@ -29,7 +29,7 @@ import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Component;
/**
* Link repository for "relationships" subresource of an individual bundle.
* Link repository for "bitstreams" subresource of an individual bundle.
*/
@Component(BundleRest.CATEGORY + "." + BundleRest.NAME + "." + BundleRest.BITSTREAMS)
public class BundleBitstreamLinkRepository extends AbstractDSpaceRestRepository