|
From: Elmer G. <ega...@us...> - 2004-09-01 21:44:27
|
Update of /cvsroot/javaowl/JavaOWL/src/org/javaowl/editor/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13658/src/org/javaowl/editor/swing Modified Files: EditPage.java Log Message: More tests and fixes to remote model editor implementation. Index: EditPage.java =================================================================== RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/editor/swing/EditPage.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** EditPage.java 25 Aug 2004 23:59:48 -0000 1.12 --- EditPage.java 1 Sep 2004 21:44:17 -0000 1.13 *************** *** 279,282 **** --- 279,284 ---- editor.removeStatement(currentStatement); } + System.out.println(value); + System.out.println(type); values.add(editor.addDataValue(resource, currentProperty, editor.getTypedLiteral(value, type.getURI()))); |