TODO for the method with typo in name

This commit is contained in:
Nikolay Fedorovskikh 2017-03-08 11:15:45 +05:00 committed by Scott Mitchell
parent a2304287a1
commit d702c47cab

View File

@ -26,6 +26,7 @@ public interface WebSocketServerExtension extends WebSocketExtension {
*
* @return the acknowledged extension configuration.
*/
//TODO: after migrating to JDK 8 rename this to 'newResponseData()' and mark old as deprecated with default method
WebSocketExtensionData newReponseData();
}