ImportImageManifest.java (eucalyptus-4.4.1) | : | ImportImageManifest.java (eucalyptus-4.4.2) | ||
---|---|---|---|---|
skipping to change at line 93 | skipping to change at line 93 | |||
} catch (IOException ex) { | } catch (IOException ex) { | |||
throw new EucalyptusCloudException("Can't download manifest from " | throw new EucalyptusCloudException("Can't download manifest from " | |||
+ location, ex); | + location, ex); | |||
} finally { | } finally { | |||
method.releaseConnection(); | method.releaseConnection(); | |||
} | } | |||
return s; | return s; | |||
} | } | |||
@Override | @Override | |||
public String getPrefix(String location) { | ||||
throw new UnsupportedOperationException(); | ||||
} | ||||
@Override | ||||
public String getBaseBucket(String location) { | public String getBaseBucket(String location) { | |||
throw new UnsupportedOperationException(); | throw new UnsupportedOperationException(); | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |