Merge pull request #332 from tkleinhakisa/annotation-fix

Removed special @temporary annotation
This commit is contained in:
Chris Boden 2015-08-02 11:21:02 -04:00
commit 661511014d

View File

@ -8,7 +8,7 @@ interface WsServerInterface {
/** /**
* If any component in a stack supports a WebSocket sub-protocol return each supported in an array * If any component in a stack supports a WebSocket sub-protocol return each supported in an array
* @return array * @return array
* @temporary This method may be removed in future version (note that will not break code, just make some code obsolete) * @todo This method may be removed in future version (note that will not break code, just make some code obsolete)
*/ */
function getSubProtocols(); function getSubProtocols();
} }