Author: dgolovin
Date: 2012-07-05 17:59:55 -0400 (Thu, 05 Jul 2012)
New Revision: 42419
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELDeployable.java
Log:
changed visibility for IFlattenParticipant[] getParticipants() to public
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELDeployable.java
===================================================================
---
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELDeployable.java 2012-07-05
21:35:05 UTC (rev 42418)
+++
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELDeployable.java 2012-07-05
21:59:55 UTC (rev 42419)
@@ -24,7 +24,7 @@
* (non-Javadoc)
* @see org.eclipse.bpel.runtimes.module.FlatComponentDeployable#getParticipants()
*/
- protected IFlattenParticipant[] getParticipants() {
+ public IFlattenParticipant[] getParticipants() {
/*
* No work really needs to be done here. The BPEL project
* doesn't need to map source in instead, it doesn't need to
Show replies by date