Adds missing JavaDoc

This commit is contained in:
Lukasz Lenart
2018-03-21 08:28:34 +01:00
parent a990e69c73
commit 5e505fa6ca
@@ -65,7 +65,9 @@ public class PortletServletContext implements ServletContext {
throw new IllegalStateException("Not supported in a portlet");
}
@Override
/* (non-Javadoc)
* @see javax.servlet.ServletContext#getContextPath()
*/
public String getContextPath() {
throw new IllegalStateException("Not supported in a portlet");
}