diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-08-30 16:15:33 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-08-31 18:59:58 +0300 |
commit | e5d1c888b9c220fc256dc45e2ff35d2056de4ddc (patch) | |
tree | 4310c6758afd89ad54e7d96ae718ec0c57ea8166 /server | |
parent | 5abe444f28b89cc6c06cc178912a8fa3e03107c9 (diff) | |
download | vaadin-framework-e5d1c888b9c220fc256dc45e2ff35d2056de4ddc.tar.gz vaadin-framework-e5d1c888b9c220fc256dc45e2ff35d2056de4ddc.zip |
Remove unused variable
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/Application.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/src/com/vaadin/Application.java b/server/src/com/vaadin/Application.java index 164f04bb79..5f7260e350 100644 --- a/server/src/com/vaadin/Application.java +++ b/server/src/com/vaadin/Application.java @@ -455,11 +455,6 @@ public class Application implements Terminal.ErrorListener, Serializable { private LinkedList<UserChangeListener> userChangeListeners = null; /** - * Application resource mapping: key <-> resource. - */ - private long lastResourceKeyNumber = 0; - - /** * URL where the user is redirected to on application close, or null if * application is just closed without redirection. */ |