File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
deepl-java/src/main/java/com/deepl/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ public MultilingualGlossaryInfo updateMultilingualGlossaryDictionaryFromCsv(
641641 * @throws DeepLException If any error occurs while communicating with the DeepL API, a {@link
642642 * DeepLException} or a derived class will be thrown.
643643 */
644- void deleteMultilingualGlossary (String glossaryId ) throws DeepLException , InterruptedException {
644+ public void deleteMultilingualGlossary (String glossaryId ) throws DeepLException , InterruptedException {
645645 String relativeUrl = String .format ("/v3/glossaries/%s" , glossaryId );
646646 HttpResponse response = httpClientWrapper .sendDeleteRequestWithBackoff (relativeUrl );
647647 this .checkResponse (response , false , true );
You can’t perform that action at this time.
0 commit comments