blob: 528583a93f412f5a44b978be90840bb7aa3c3c98 [file] [log] [blame]
package org.eclipse.epf.library.realization.impl;
import org.eclipse.epf.library.realization.IRealizedTaskDescriptor;
import org.eclipse.epf.uma.TaskDescriptor;
public class RealizedTaskDescriptor extends RealizedDescriptor implements
IRealizedTaskDescriptor {
public RealizedTaskDescriptor(TaskDescriptor td) {
super(td);
}
}