removed old version indicator from IOUtils
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d608aede Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d608aede Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d608aede Branch: refs/heads/master Commit: d608aede11c526ce5034c83b9706f590552c928d Parents: c390a56 Author: Andrea Del Bene <â[email protected]â> Authored: Fri Jun 19 10:42:23 2015 +0200 Committer: Andrea Del Bene <â[email protected]â> Committed: Fri Jun 19 10:42:23 2015 +0200 ---------------------------------------------------------------------- wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/d608aede/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java ---------------------------------------------------------------------- diff --git a/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java b/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java index 19e7f3d..419bb33 100644 --- a/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java +++ b/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java @@ -66,7 +66,6 @@ import org.slf4j.LoggerFactory; * @author Matthew Hawthorne * @author Stephen Colebourne * @author Gareth Davis - * @version CVS $Revision$ $Date$ */ public final class IOUtils {
