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 2013/12/19 10:25:19 UTC

svn commit: r1552258 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

Author: markt
Date: Thu Dec 19 09:25:18 2013
New Revision: 1552258

URL: http://svn.apache.org/r1552258
Log:
Fix broken Javadoc.
Add some detail to the deprecation marker

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java?rev=1552258&r1=1552257&r2=1552258&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java Thu Dec 19 09:25:18 2013
@@ -655,7 +655,7 @@ public interface Context extends Contain
     /**
      * *.tld files are always parsed using a namespace aware parser.
      *
-     * @return Always <code>true</true>
+     * @return Always <code>true</code>
      * 
      * @deprecated This option will be removed in 8.0.x.
      */
@@ -668,7 +668,7 @@ public interface Context extends Contain
      *
      * @param tldNamespaceAware ignored
      * 
-     * @deprecated
+     * @deprecated This option will be removed in 8.0.x.
      */
     @Deprecated
     public void setTldNamespaceAware(boolean tldNamespaceAware);



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