Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Who do this?

Hi,
I found a stone in toue:

package org.eclipse.core.internal.jobs;
public abstract class InternalJob extends PlatformObject implements Comparable {
private volatile int flags = Job.NONE;

package org.eclipse.core.runtime.jobs ;
public abstract class Job extends InternalJob implements IAdaptable {

The question is that
InternalJob reference a member of subclass Job!!

Could someone change back it?

Regards


--
向秦贤

Back to the top