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. S/// --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
