Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-10-21 09:58:13 +0000
committerGreg Wilkins2010-10-21 09:58:13 +0000
commit996ff9066009b04b15cb4957b1a7b93b7f851952 (patch)
treeb7514d4dfae9bc26a2c87a0657126eee4ac72973 /jetty-deploy/src
parent87f58a2863a9b63c6ff1ce9e0f376101111efe83 (diff)
downloadorg.eclipse.jetty.project-996ff9066009b04b15cb4957b1a7b93b7f851952.tar.gz
org.eclipse.jetty.project-996ff9066009b04b15cb4957b1a7b93b7f851952.tar.xz
org.eclipse.jetty.project-996ff9066009b04b15cb4957b1a7b93b7f851952.zip
328306 Serialization of FormAuthentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2380 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-deploy/src')
-rw-r--r--jetty-deploy/src/main/java/org/eclipse/jetty/deploy/providers/ScanningAppProvider.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/jetty-deploy/src/main/java/org/eclipse/jetty/deploy/providers/ScanningAppProvider.java b/jetty-deploy/src/main/java/org/eclipse/jetty/deploy/providers/ScanningAppProvider.java
index bbadaa2573..37f7c6f6b8 100644
--- a/jetty-deploy/src/main/java/org/eclipse/jetty/deploy/providers/ScanningAppProvider.java
+++ b/jetty-deploy/src/main/java/org/eclipse/jetty/deploy/providers/ScanningAppProvider.java
@@ -30,13 +30,6 @@ import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.util.resource.Resource;
/**
- * Abstract for AppProviders that monitor context files. The context file
- * enables adminsitrators to customize the configuration of a WebAppContext or a
- * ContextHandler without chaging files inside the packaged application.
- * <p>
- * When the context file is changed, the corresponding application is
- * redeployed.
- * </p>
*/
public abstract class ScanningAppProvider extends AbstractLifeCycle implements AppProvider
{

Back to the top