/[fenfire]/fenfire/org/fenfire/modules/pp/PPActionsImpl.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPActionsImpl.java

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

revision 1.28 by mudyc, Fri May 23 14:26:07 2003 UTC revision 1.29 by mudyc, Fri May 23 22:07:57 2003 UTC
# Line 22  public static final String rcsid = "$Id$ Line 22  public static final String rcsid = "$Id$
22    
23      private Fen fen = null;      private Fen fen = null;
24      private AlphContent alphContent;      private AlphContent alphContent;
25      public void setSwamp(Fen fen) {      public void setFen(Fen fen) {
26          this.fen = fen;          this.fen = fen;
27          this.alphContent = new AlphContent(fen);          this.alphContent = new AlphContent(fen);
28      }      }
29    
30      public PPActionsImpl(Fen fen)  throws RemoteException {      public PPActionsImpl(Fen fen)  throws RemoteException {
31          super();          super();
32          setSwamp(fen);          setFen(fen);
33      }      }
34    
35    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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