mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
Adds missing JavaDoc
This commit is contained in:
+3
-1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user