fixed build
This commit is contained in:
parent
614f4430d2
commit
3a65943bde
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import org.springframework.http.client.ClientHttpRequest;
|
||||||
|
|
||||||
import ch.ethz.seb.sebserver.gbl.util.Result;
|
import ch.ethz.seb.sebserver.gbl.util.Result;
|
||||||
|
|
||||||
@Deprecated(since = "1.2. : This is not streaming correctly. Use AbstractDownloadCall instead")
|
@Deprecated // This is not streaming correctly. Use AbstractDownloadCall instead
|
||||||
public abstract class AbstractExportCall extends RestCall<InputStream> {
|
public abstract class AbstractExportCall extends RestCall<InputStream> {
|
||||||
|
|
||||||
protected AbstractExportCall(
|
protected AbstractExportCall(
|
||||||
|
|
Loading…
Reference in a new issue