You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/11/30 08:43:41 UTC

svn commit: r1816689 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java

Author: markt
Date: Thu Nov 30 08:43:41 2017
New Revision: 1816689

URL: http://svn.apache.org/viewvc?rev=1816689&view=rev
Log:
Fix IDE nag

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java?rev=1816689&r1=1816688&r2=1816689&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/SystemPropertyReplacerListener.java Thu Nov 30 08:43:41 2017
@@ -29,6 +29,7 @@ import org.apache.tomcat.util.digester.D
  * Helper class used to do property replacement on system properties.
  * @deprecated
  */
+@Deprecated
 public class SystemPropertyReplacerListener
     implements LifecycleListener {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org