gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.ja...


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.ja...
Date: Sat, 08 Mar 2003 20:46:25 -0500

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Matti Katila <address@hidden>   03/03/08 20:46:25

Modified files:
        org/fenfire/modules/pp: PPActionsImpl.java PPVocab.java 

Log message:
        small fixes before sleeping..

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/PPActionsImpl.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/PPVocab.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/modules/pp/PPActionsImpl.java
diff -u fenfire/org/fenfire/modules/pp/PPActionsImpl.java:1.8 
fenfire/org/fenfire/modules/pp/PPActionsImpl.java:1.9
--- fenfire/org/fenfire/modules/pp/PPActionsImpl.java:1.8       Sat Mar  8 
20:35:37 2003
+++ fenfire/org/fenfire/modules/pp/PPActionsImpl.java   Sat Mar  8 20:46:25 2003
@@ -12,7 +12,7 @@
 /** The implementation of PPActions.
  */
 public class PPActionsImpl extends UnicastRemoteObject implements PPActions {
-public static final String rcsid = "$Id: PPActionsImpl.java,v 1.8 2003/03/09 
01:35:37 mudyc Exp $";
+public static final String rcsid = "$Id: PPActionsImpl.java,v 1.9 2003/03/09 
01:46:25 mudyc Exp $";
     public static final boolean dbg = true;
     protected static void p(String s) { if(dbg) pa(s); }
     protected static void pa(String s) { System.out.println(s); }
@@ -339,6 +339,6 @@
        data.addProperty(PP.Data, str.toString());
 
     } catch (RDFException e) {
-       pa("Fault inserting text to note: "+e);
+       pa("Fault deleting text from the note: "+e);
     }}}
 }
Index: fenfire/org/fenfire/modules/pp/PPVocab.java
diff -u fenfire/org/fenfire/modules/pp/PPVocab.java:1.4 
fenfire/org/fenfire/modules/pp/PPVocab.java:1.5
--- fenfire/org/fenfire/modules/pp/PPVocab.java:1.4     Sat Mar  8 20:35:37 2003
+++ fenfire/org/fenfire/modules/pp/PPVocab.java Sat Mar  8 20:46:25 2003
@@ -5,7 +5,7 @@
 import com.hp.hpl.mesa.rdf.jena.common.*;
 
 public class PPVocab {
-public static final String rcsid = "$Id: PPVocab.java,v 1.4 2003/03/09 
01:35:37 mudyc Exp $";
+public static final String rcsid = "$Id: PPVocab.java,v 1.5 2003/03/09 
01:46:25 mudyc Exp $";
     public static final boolean dbg = true;
     protected static void p(String s) { if(dbg) pa(s); }
     protected static void pa(String s) { System.out.println(s); }
@@ -22,7 +22,7 @@
 
     // Resources
     public Resource PaperType;
-    public Resource Note;
+    public Resource NoteType;
     public Resource DataType;
 
     public PPVocab() {
@@ -43,7 +43,7 @@
 
            // Resources
            PaperType = new ResourceImpl(pp_voc + "#paperType");
-           Note = new ResourceImpl(pp_voc + "#note");
+           NoteType = new ResourceImpl(pp_voc + "#noteType");
            DataType = new ResourceImpl(pp_voc + "#dataType");
        } catch (RDFException e) {
            p("Failed: PP vocabulary "+e);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]