diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-06 10:18:56 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-06 10:20:42 +0300 |
commit | adbbf9704e478df135c0a693dcda31a9cca1e7ab (patch) | |
tree | 2a1b6da34ee9c84d03c324780f90b0b29f4bf633 /uitest/src/com/vaadin/tests/util | |
parent | 4d2031b1278ae78be7b35ae1e27971b98524ee91 (diff) | |
download | vaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.tar.gz vaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.zip |
Rename DeploymentConfiguration -> VaadinService (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/util')
-rw-r--r-- | uitest/src/com/vaadin/tests/util/SampleDirectory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/util/SampleDirectory.java b/uitest/src/com/vaadin/tests/util/SampleDirectory.java index be98de67cc..609606b501 100644 --- a/uitest/src/com/vaadin/tests/util/SampleDirectory.java +++ b/uitest/src/com/vaadin/tests/util/SampleDirectory.java @@ -49,7 +49,7 @@ public class SampleDirectory { + "possible security constraint with Application " + "Server or Servlet Container.<br />"; File file = CurrentInstance.get(WrappedRequest.class) - .getDeploymentConfiguration().getBaseDirectory(); + .getVaadinService().getBaseDirectory(); if ((file == null) || (!file.canRead()) || (file.getAbsolutePath() == null)) { // cannot access example directory, possible security issue with |