Commit b96c6b7a by Sarath Subramanian

ATLAS-2969: Attempt to import empty zip file should not throw excpetion

(cherry picked from commit 4ca33fcbf4e8845c86340622fb28d88e4457dccd)
parent 40329046
...@@ -410,10 +410,8 @@ public class AdminResource { ...@@ -410,10 +410,8 @@ public class AdminResource {
LOG.info(excp.getMessage()); LOG.info(excp.getMessage());
} else { } else {
LOG.error("importData(binary) failed", excp); LOG.error("importData(binary) failed", excp);
}
throw excp; throw excp;
}
} catch (Exception excp) { } catch (Exception excp) {
LOG.error("importData(binary) failed", excp); LOG.error("importData(binary) failed", excp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment