From: markt Date: Fri, 11 Feb 2011 15:39:52 +0000 (+0000) Subject: Remove deprecated code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=483751a9b8db43729b05733db20ea9e94e7a6bed;p=tomcat7.0 Remove deprecated code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1069844 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/naming/resources/ResourceAttributes.java b/java/org/apache/naming/resources/ResourceAttributes.java index fa58e6f89..c5cd46c83 100644 --- a/java/org/apache/naming/resources/ResourceAttributes.java +++ b/java/org/apache/naming/resources/ResourceAttributes.java @@ -507,18 +507,6 @@ public class ResourceAttributes implements Attributes { /** - * Set last modified date. - * - * @param lastModified New last modified date value - * @deprecated - */ - @Deprecated - public void setLastModified(Date lastModified) { - setLastModifiedDate(lastModified); - } - - - /** * Get lastModified date. * * @return LastModified date value