Author: tchemit Date: 2008-05-30 17:56:57 +0000 (Fri, 30 May 2008) New Revision: 74 Modified: trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGeneratorHelper.java Log: remove TODO Modified: trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGeneratorHelper.java =================================================================== --- trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGeneratorHelper.java 2008-05-30 14:05:16 UTC (rev 73) +++ trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGeneratorHelper.java 2008-05-30 17:56:57 UTC (rev 74) @@ -153,8 +153,6 @@ RSSIOUtil.saveFeed(tmpFile, feed); - //TODO use a read file lock, to prevent read pb while renaming ? - // move tmpFile to real file tmpFile.renameTo(f); } finally {