diff dwtx/jface/action/ExternalActionManager.d @ 37:e10d9c2648be

fix static interface and static this
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Apr 2008 13:21:48 +0200
parents e0f0aaf75edd
children 644f1334b451
line wrap: on
line diff
--- a/dwtx/jface/action/ExternalActionManager.d	Sun Apr 06 13:19:51 2008 +0200
+++ b/dwtx/jface/action/ExternalActionManager.d	Sun Apr 06 13:21:48 2008 +0200
@@ -361,7 +361,7 @@
      *
      * @since 3.1
      */
-    public static interface IActiveChecker {
+    public interface IActiveChecker {
         /**
          * Checks whether the command with the given identifier should be
          * considered active. This can be used in systems using some kind of
@@ -389,7 +389,7 @@
      *
      * @since 3.2
      */
-    public static interface IBindingManagerCallback : ICallback {
+    public interface IBindingManagerCallback : ICallback {
 
         /**
          * <p>
@@ -413,7 +413,7 @@
      *
      * @since 3.0
      */
-    public static interface ICallback {
+    public interface ICallback {
 
         /**
          * <p>