"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "clc/modules/imaging-common/src/main/java/com/eucalyptus/imaging/manifest/ImportImageManifest.java" between
eucalyptus-4.4.1.tar.gz and eucalyptus-4.4.2.tar.gz

About: Eucalyptus (Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems) is an infrastructure for implementing "cloud computing" on clusters (compatible with Amazon’s EC2 interface, but designed to support multiple client-side interfaces).

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

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)