diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-31 12:05:03 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-31 12:05:03 +0300 |
commit | c3d83b7af61e74476a4e1dcd95abaa10872b68cd (patch) | |
tree | 4066b6d1c7144236ebbb85c3deb00f51f6654a97 /src/com/vaadin | |
parent | e6ba86347ce0aea0b2dd7aa064586ce4fe7f2096 (diff) | |
download | vaadin-framework-c3d83b7af61e74476a4e1dcd95abaa10872b68cd.tar.gz vaadin-framework-c3d83b7af61e74476a4e1dcd95abaa10872b68cd.zip |
Remove unwanted auto-generated stub (#8574)
Diffstat (limited to 'src/com/vaadin')
-rw-r--r-- | src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java b/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java index 7402f8fec3..1ac090ad76 100644 --- a/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java +++ b/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java @@ -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 { @@ -21,12 +20,6 @@ public abstract class AbstractDeploymentConfiguration implements } @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; } - } +} |