/[fenfire]/fenfire/org/fenfire/vocab/FF.java
ViewVC logotype

Diff of /fenfire/org/fenfire/vocab/FF.java

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

revision 1.1 by tjl, Sun Apr 6 13:05:19 2003 UTC revision 1.2 by tjl, Sun Apr 13 07:49:05 2003 UTC
# Line 1  Line 1 
1    // (c) Tuomas J. Lukka
2    
3  package org.fenfire.vocab;  package org.fenfire.vocab;
4  import com.hp.hpl.mesa.rdf.jena.model.*;  import org.fenfire.swamp.Nodes;
 import com.hp.hpl.mesa.rdf.jena.common.*;  
5    
6  public class FF {  public class FF {
7      static public Property content;      static public Object content;
8      static {      static {
9      try {          content = Nodes.get("http://fenfire.org/ff#content");
         content = new PropertyImpl("http://fenfire.org/ff#content");  
     } catch (RDFException e) {  
         throw new Error("Failed: "+e);  
     }  
10      }      }
11  }  }
12    

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