jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
628 stars 281 forks source link

DatagramTransportImpl constructor Javadoc is out of date? #510

Open ghost opened 4 years ago

ghost commented 4 years ago

The Javadocs for DatagramTransportImpl appear slightly out of date:

https://github.com/jitsi/libjitsi/blob/58f619544cbcdd95c8880849bf0724a8768b859f/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java#L95

And:

https://github.com/jitsi/libjitsi/blob/58f619544cbcdd95c8880849bf0724a8768b859f/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java#L96

The Component constants cannot be found; they appear to have been moved into DtlsTransformEngine:

 * @param componentID {@link DtlsTransformEngine#COMPONENT_RTP} if the new instance is to work
 * on data/RTP packets or {@link DtlsTransformEngine#COMPONENT_RTCP} if the new instance is to

This prevents strict build environments from compiling because the Javadocs are broken.