/[fenfire]/fenfire/org/fenfire/structure/Ff.java
ViewVC logotype

Diff of /fenfire/org/fenfire/structure/Ff.java

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

revision 1.3 by tjl, Thu Oct 23 19:09:57 2003 UTC revision 1.4 by tjl, Wed Nov 5 10:25:52 2003 UTC
# Line 61  public class Ff { Line 61  public class Ff {
61      private ContentFunction contentFunction = new ContentFunction(this);      private ContentFunction contentFunction = new ContentFunction(this);
62    
63      private Ff(ConstGraph g, Alph alph) {      private Ff(ConstGraph g, Alph alph) {
64            if(g == null) throw new NullPointerException("Graph");
65            if(alph == null) throw new NullPointerException("Alph");
66          this.constGraph = g;          this.constGraph = g;
67          this.alph = alph;          this.alph = alph;
68    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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