diff org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ThreadJob.d @ 67:c73c01191fea

Fix compile error with dmd 1.042, duplicate attribute. It does no more like the combination of protected and package.
author Frank Benoit <benoit@tionex.de>
date Wed, 08 Apr 2009 21:43:05 +0200
parents 52184e4b815c
children
line wrap: on
line diff
--- a/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ThreadJob.d	Wed Apr 08 21:42:10 2009 +0200
+++ b/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/ThreadJob.d	Wed Apr 08 21:43:05 2009 +0200
@@ -77,7 +77,7 @@
      * ThreadJob represents.  This will be null if this thread
      * job is capturing a rule acquired outside of a job.
      */
-    protected package Job realJob;
+    /*protected package*/ Job realJob;
     /**
      * The stack of rules that have been begun in this thread, but not yet ended.
      */