Fixed JAvadoc

This commit is contained in:
Trustin Lee 2010-01-26 08:04:57 +00:00
parent 0e57f6d004
commit 39023c2c7e

View File

@ -221,7 +221,7 @@ public final class RtspResponseStatuses {
462, "Destination unreachable");
/**
* 463 Destination unreachable
* 463 Key management failure
*/
public static final HttpResponseStatus KEY_MANAGEMENT_FAILURE = new HttpResponseStatus(
463, "Key management failure");