RtspHeaders.Names should be non-final just in case someone extends it to add more constants, like we did with HttpHeaders.Names
This commit is contained in:
parent
129a54446c
commit
a6f3a4f10f
@ -26,7 +26,7 @@ import org.jboss.netty.handler.codec.http.HttpHeaders;
|
||||
*/
|
||||
public class RtspHeaders {
|
||||
|
||||
public static final class Names extends HttpHeaders.Names {
|
||||
public static class Names extends HttpHeaders.Names {
|
||||
|
||||
public static final String ALLOW = "Allow";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user