]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove unwanted auto-generated stub (#8574)
authorLeif Åstrand <leif@vaadin.com>
Tue, 31 Jul 2012 09:05:03 +0000 (12:05 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 31 Jul 2012 09:05:03 +0000 (12:05 +0300)
src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java

index 7402f8fec3c5ca7907adef470081f8cc6112ce34..1ac090ad765bf6ebbe2860f23cc9cdbd0d623a62 100644 (file)
@@ -8,7 +8,6 @@ import java.lang.reflect.Constructor;
 import java.util.Properties;
 
 import com.vaadin.terminal.DeploymentConfiguration;
-import com.vaadin.terminal.WrappedRequest;
 
 public abstract class AbstractDeploymentConfiguration implements
         DeploymentConfiguration {
@@ -20,12 +19,6 @@ public abstract class AbstractDeploymentConfiguration implements
         this.systemPropertyBaseClass = systemPropertyBaseClass;
     }
 
-    @Override
-    public boolean isStandalone(WrappedRequest request) {
-        // TODO Auto-generated method stub
-        return false;
-    }
-
     @Override
     public String getApplicationOrSystemProperty(String propertyName,
             String defaultValue) {
@@ -125,4 +118,4 @@ public abstract class AbstractDeploymentConfiguration implements
     public Properties getInitParameters() {
         return applicationProperties;
     }
- }
+}