Author: glandais Date: 2007-12-17 11:01:12 +0000 (Mon, 17 Dec 2007) New Revision: 72 Modified: trunk/simexplorer-si-storage/src/java/fr/cemagref/simexplorer/is/storage/attachment/handler/FileSystemAttachmentHandler.java Log: throws inutile Modified: trunk/simexplorer-si-storage/src/java/fr/cemagref/simexplorer/is/storage/attachment/handler/FileSystemAttachmentHandler.java =================================================================== --- trunk/simexplorer-si-storage/src/java/fr/cemagref/simexplorer/is/storage/attachment/handler/FileSystemAttachmentHandler.java 2007-12-17 11:00:55 UTC (rev 71) +++ trunk/simexplorer-si-storage/src/java/fr/cemagref/simexplorer/is/storage/attachment/handler/FileSystemAttachmentHandler.java 2007-12-17 11:01:12 UTC (rev 72) @@ -33,7 +33,7 @@ * @return Instance of file * @throws Exception */ - private File getFile(MetaDataEntity entity, String field) throws Exception { + private File getFile(MetaDataEntity entity, String field) { String resultPath = baseFolder; // Create file path