dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40642
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20642: Fixed compilation error
------------------------------------------------------------
revno: 20642
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-10-12 17:46:12 +0200
message:
Fixed compilation error
modified:
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/fileresource/JCloudsFileResourceContentStore.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/fileresource/JCloudsFileResourceContentStore.java'
--- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/fileresource/JCloudsFileResourceContentStore.java 2015-10-12 15:19:46 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/fileresource/JCloudsFileResourceContentStore.java 2015-10-12 15:46:12 +0000
@@ -277,8 +277,6 @@
.contentMD5( HashCode.fromString( contentMd5 ) )
.build();
- org.jclouds.filesystem.util.Utils
-
if ( blob == null )
{
return null;
@@ -292,7 +290,7 @@
}
catch ( IOException ioe )
{
- // Intentionally ignored. If it can't be deleted, it can't be deleted
+ // Intentionally ignored
log.warn( "Temporary file '" + file.toPath() + "' could not be deleted.", ioe );
}