Removed deprecated/unused servlet constructor.
This commit is contained in:
parent
65b8d6b2c4
commit
6b87ffb004
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ public final class EmbeddedServletClient extends AbstractServletClient {
|
||||||
super ();
|
super ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* public EmbeddedServletClient (String appName, String servletPath) {
|
|
||||||
this.appName = appName;
|
|
||||||
this.servletPath = servletPath;
|
|
||||||
} */
|
|
||||||
|
|
||||||
public void init (ServletConfig init) throws ServletException {
|
public void init (ServletConfig init) throws ServletException {
|
||||||
super.init (init);
|
super.init (init);
|
||||||
|
|
Loading…
Add table
Reference in a new issue