Update of /cvsroot/javaowl/JavaOWL/src/org/javaowl/models/prevalence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12197/src/org/javaowl/models/prevalence
Modified Files:
PrevalentGraph.java
Log Message:
Added remote interfaces.
Index: PrevalentGraph.java
===================================================================
RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/models/prevalence/PrevalentGraph.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PrevalentGraph.java 28 Jul 2004 06:54:07 -0000 1.3
--- PrevalentGraph.java 28 Jul 2004 16:44:17 -0000 1.4
***************
*** 65,69 ****
}
} catch (IOException e) {
! e.printStackTrace();
}
}
--- 65,69 ----
}
} catch (IOException e) {
! throw new RuntimeException(e);
}
}
|