bug TDI-21298 fixed : Different processing order of two tPrejob between studio code and exported code .

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@84236 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
hcyi
2012-05-29 06:31:51 +00:00
parent a78dd2e189
commit cfdc6a2759

View File

@@ -104,4 +104,6 @@ public interface IJobletProviderService extends IService {
public boolean checkModify(IElement jobletContainer);
public void getMultiPrejobOrPostjobNodes(INode jobletNode, Map<String, List<INode>> multiNodes);
}