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

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

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

revision 1.1 by tjl, Thu Aug 7 07:16:53 2003 UTC revision 1.2 by tjl, Thu Aug 7 08:52:46 2003 UTC
# Line 14  public class TreeTime { Line 14  public class TreeTime {
14    
15      private Object relation;      private Object relation;
16    
17      public TreeTime(Object relation);      public TreeTime(Object relation) {
18            this.relation = relation;
19        }
20    
21      public void addLatest(Graph g, Object latest) {      public void addLatest(Graph g, Object latest) {
22          addLatest(g, relation, latest);          addLatest(g, relation, latest);

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