Remove outdated comment on Context class

This commit is contained in:
Kijin Sung 2016-03-23 14:25:11 +09:00
parent 69e7ee35d6
commit b6083c02fa

View file

@ -3,7 +3,6 @@
/**
* Manages Context such as request arguments/environment variables
* It has dual method structure, easy-to use methods which can be called as self::methodname(),and methods called with static object.
*
* @author NAVER (developers@xpressengine.com)
*/