sebb wrote:
There are a few files which contain @Deprecated annotations but which
don't have corresponding @deprecated Javadoc entries:

module-nio/src/main/java/org/apache/http/nio/entity/ByteArrayNIOEntity.java
module-nio/src/main/java/org/apache/http/nio/entity/FileNIOEntity.java
module-nio/src/main/java/org/apache/http/nio/entity/HttpNIOEntity.java
module-nio/src/main/java/org/apache/http/nio/entity/StringNIOEntity.java
module-nio/src/main/java/org/apache/http/nio/protocol/NHttpClientHandlerBase.java
module-nio/src/main/java/org/apache/http/nio/protocol/NHttpServiceHandlerBase.java
module-nio/src/main/java/org/apache/http/nio/util/ContentOutputBuffer.java

If classes or methods are @Deprecated, it would be useful to include
Javadoc @deprecated tags to say why and/or what to use instead.


Unless I am missing something I think this happens pretty much automatically. All these classes and methods are marked deprecated in Javadocs.

Oleg

PS: Many thanks for having taken care of this chore.


S///

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to