Skip to content

Commit

Permalink
Fix rollback for JCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh committed Dec 30, 2024
1 parent cd7418e commit e73fb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import jeeves.server.context.ServiceContext;

import org.apache.commons.collections.MapUtils;
import org.apache.commons.io.input.CountingInputStream;
import org.fao.geonet.ApplicationContextHolder;
import org.fao.geonet.api.exception.GeonetMaxUploadSizeExceededException;
import org.fao.geonet.api.exception.ResourceNotFoundException;
Expand All @@ -44,6 +43,7 @@
import org.fao.geonet.lib.Lib;
import org.fao.geonet.resources.JCloudConfiguration;
import org.fao.geonet.util.FileUtil;
import org.fao.geonet.util.LimitedInputStream;
import org.fao.geonet.utils.IO;
import org.fao.geonet.utils.Log;
import org.jclouds.blobstore.ContainerNotFoundException;
Expand Down

0 comments on commit e73fb98

Please sign in to comment.