]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/ResultParent.java
enhance management of context menus and commands. Remove a few bugs.
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / model / ResultParent.java
index eff41cf34d8d2bb25ae66541656b9395e25cf3a2..a616cc4ff7c085a153f2f90bd30c3af66ded049d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -53,9 +53,5 @@ public abstract class ResultParent extends TreeParent {
                initialize();
        }
 
-       public synchronized void dispose() {
-               super.dispose();
-       }
-
        protected abstract void initialize();
 }