Author: tchemit Date: 2008-02-07 11:19:43 +0000 (Thu, 07 Feb 2008) New Revision: 713 Modified: trunk/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/attachment/Attachment.java Log: inline variable Modified: trunk/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/attachment/Attachment.java =================================================================== --- trunk/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/attachment/Attachment.java 2008-02-07 11:19:14 UTC (rev 712) +++ trunk/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/attachment/Attachment.java 2008-02-07 11:19:43 UTC (rev 713) @@ -116,8 +116,7 @@ * @return the hash from unique id */ public static String getHashFromUniqueId(String uniqueId) { - String hexHash = uniqueId.substring(0, 32); - return hexHash; + return uniqueId.substring(0, 32); } /* (non-Javadoc)