fixed build
This commit is contained in:
parent
644f0a4cd1
commit
d291e21543
1 changed files with 3 additions and 2 deletions
|
@ -207,8 +207,9 @@ public class MoodleMockupRestTemplateFactory implements MoodleRestTemplateFactor
|
||||||
@Override
|
@Override
|
||||||
public String uploadMultiPart(
|
public String uploadMultiPart(
|
||||||
final String uploadEndpoint,
|
final String uploadEndpoint,
|
||||||
final MultiValueMap<String, Object> multiPartAttributes,
|
final String quizId,
|
||||||
final MultiValueMap<String, String> queryAttributes) {
|
final String fileName,
|
||||||
|
final byte[] configData) {
|
||||||
throw new UnsupportedOperationException("Not supported yet");
|
throw new UnsupportedOperationException("Not supported yet");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue