|
From: Elmer G. <ega...@us...> - 2004-07-27 04:43:50
|
Update of /cvsroot/javaowl/JavaOWL/src/org/javaowl/models/prevalence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7764/src/org/javaowl/models/prevalence Modified Files: StorageUtil.java AddTripleCommand.java Log Message: Fixed method and field names. Index: StorageUtil.java =================================================================== RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/models/prevalence/StorageUtil.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StorageUtil.java 27 Jul 2004 04:10:18 -0000 1.2 --- StorageUtil.java 27 Jul 2004 04:43:42 -0000 1.3 *************** *** 1,6 **** /* ! (c) Copyright 2003, Hewlett-Packard Development Company, LP ! [See end of file] ! */ package org.javaowl.models.prevalence; --- 1,5 ---- /* ! * (c) Copyright 2003, Hewlett-Packard Development Company, LP [See end of file] ! */ [...1729 lines suppressed...] ! * modification, are permitted provided that the following conditions are met: ! * 1. Redistributions of source code must retain the above copyright notice, ! * this list of conditions and the following disclaimer. 2. Redistributions in ! * binary form must reproduce the above copyright notice, this list of ! * conditions and the following disclaimer in the documentation and/or other ! * materials provided with the distribution. 3. The name of the author may not ! * be used to endorse or promote products derived from this software without ! * specific prior written permission. ! * ! * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED ! * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ! * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO ! * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ! * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, ! * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; ! * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ! * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR ! * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ! * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ Index: AddTripleCommand.java =================================================================== RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/models/prevalence/AddTripleCommand.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AddTripleCommand.java 26 Jul 2004 22:55:02 -0000 1.1 --- AddTripleCommand.java 27 Jul 2004 04:43:42 -0000 1.2 *************** *** 22,26 **** import com.hp.hpl.jena.graph.Node; import com.hp.hpl.jena.graph.Triple; - import com.hp.hpl.jena.util.PrintUtil; import org.prevayler.Command; --- 22,25 ---- |