Skip to content

Commit

Permalink
fix unusedclass conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Jul 12, 2019
1 parent 7aac075 commit a46a54a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ResponseEntity<List<GenePanelData>> fetchGenePanelDataInMultipleMolecular
@ApiIgnore // prevent reference to this attribute in the swagger-ui interface
@RequestAttribute(required = false, value = "involvedCancerStudies") Collection<String> involvedCancerStudies,
@ApiIgnore // prevent reference to this attribute in the swagger-ui interface. this attribute is needed for the @PreAuthorize tag above.
@RequestAttribute(required = false, value = "interceptedGenePanelSampleMolecularIdentifiers") List<SampleMolecularIdentifier> interceptedGenePanelSampleMolecularIdentifiers,
@Valid @RequestAttribute(required = false, value = "interceptedGenePanelSampleMolecularIdentifiers") List<SampleMolecularIdentifier> interceptedGenePanelSampleMolecularIdentifiers,
@ApiParam(required = true, value = "List of Molecular Profile ID and Sample ID pairs")
@Size(min = 1, max = PagingConstants.MAX_PAGE_SIZE)
@RequestBody(required = false) List<SampleMolecularIdentifier> sampleMolecularIdentifiers) {
Expand Down

0 comments on commit a46a54a

Please sign in to comment.