Fixing javadoc
This commit is contained in:
parent
3e401a62e9
commit
99ce82e4cd
|
@ -207,7 +207,7 @@ public class AsyncMiddleManServlet extends AbstractProxyServlet
|
||||||
/**
|
/**
|
||||||
* <p>Convenience extension of {@link AsyncMiddleManServlet} that offers transparent proxy functionalities.</p>
|
* <p>Convenience extension of {@link AsyncMiddleManServlet} that offers transparent proxy functionalities.</p>
|
||||||
*
|
*
|
||||||
* @see TransparentDelegate
|
* @see org.eclipse.jetty.proxy.AbstractProxyServlet.TransparentDelegate
|
||||||
*/
|
*/
|
||||||
public static class Transparent extends ProxyServlet
|
public static class Transparent extends ProxyServlet
|
||||||
{
|
{
|
||||||
|
|
|
@ -106,7 +106,7 @@ public class AsyncProxyServlet extends ProxyServlet
|
||||||
/**
|
/**
|
||||||
* <p>Convenience extension of {@link AsyncProxyServlet} that offers transparent proxy functionalities.</p>
|
* <p>Convenience extension of {@link AsyncProxyServlet} that offers transparent proxy functionalities.</p>
|
||||||
*
|
*
|
||||||
* @see TransparentDelegate
|
* @see org.eclipse.jetty.proxy.AbstractProxyServlet.TransparentDelegate
|
||||||
*/
|
*/
|
||||||
public static class Transparent extends AsyncProxyServlet
|
public static class Transparent extends AsyncProxyServlet
|
||||||
{
|
{
|
||||||
|
|
|
@ -116,7 +116,7 @@ public class ProxyServlet extends AbstractProxyServlet
|
||||||
/**
|
/**
|
||||||
* <p>Convenience extension of {@link ProxyServlet} that offers transparent proxy functionalities.</p>
|
* <p>Convenience extension of {@link ProxyServlet} that offers transparent proxy functionalities.</p>
|
||||||
*
|
*
|
||||||
* @see TransparentDelegate
|
* @see org.eclipse.jetty.proxy.AbstractProxyServlet.TransparentDelegate
|
||||||
*/
|
*/
|
||||||
public static class Transparent extends ProxyServlet
|
public static class Transparent extends ProxyServlet
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue