/[cashew-s-editor]/cashews/src/nongnu/cashews/owls/process/Process.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/owls/process/Process.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Thu Mar 31 17:16:08 2005 UTC revision 1.2 by gnu_andrew, Thu Mar 31 17:18:27 2005 UTC
# Line 102  public abstract class Process Line 102  public abstract class Process
102      locals = new ArrayList<Local>();      locals = new ArrayList<Local>();
103      results = new ArrayList<Result>();      results = new ArrayList<Result>();
104      participants = new ArrayList<Participant>();      participants = new ArrayList<Participant>();
105      preconditions = new ArrayList<Condition>():      preconditions = new ArrayList<Condition>();
106    }    }
107    
108    /**    /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26