File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/org/cbioportal/application/rest/vcolumnstore Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4646import org .cbioportal .legacy .service .util .CustomDataSession ;
4747import org .cbioportal .legacy .web .columnar .util .CustomDataFilterUtil ;
4848import org .cbioportal .legacy .web .columnar .util .NewStudyViewFilterUtil ;
49+ import org .cbioportal .legacy .web .config .annotation .InternalApi ;
4950import org .cbioportal .legacy .web .parameter .ClinicalDataBinCountFilter ;
5051import org .cbioportal .legacy .web .parameter .ClinicalDataCountFilter ;
5152import org .cbioportal .legacy .web .parameter .ClinicalDataFilter ;
7374import org .springframework .web .bind .annotation .RequestParam ;
7475import org .springframework .web .bind .annotation .RestController ;
7576
77+ @ InternalApi
7678@ RestController
7779@ RequestMapping ("/api/column-store" )
7880public class ColumnarStoreStudyViewController {
You can’t perform that action at this time.
0 commit comments