merge r84764 from trunk to branch 5.0

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@84774 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
hcyi
2012-06-06 03:47:25 +00:00
parent 5ef19f9fac
commit 716f8fa088

View File

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