You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/01/27 20:27:14 UTC

svn commit: r1439149 [6/6] - in /jena/trunk/jena-core: src-examples/jena/examples/ontology/classHierarchy/ src-examples/jena/examples/ontology/describeClass/ src-examples/jena/examples/rdf/ src/main/java/com/hp/hpl/jena/assembler/ src/main/java/com/hp/...

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReaderForLangException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReaderForLangException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReaderForLangException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReaderForLangException.java Sun Jan 27 19:27:06 2013
@@ -20,7 +20,6 @@ package com.hp.hpl.jena.shared;
 
 /**
     Exception to throw when there is no reader with the specified language
- 	@author kers
 */
 public class NoReaderForLangException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReasonerSuppliedException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReasonerSuppliedException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReasonerSuppliedException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoReasonerSuppliedException.java Sun Jan 27 19:27:06 2013
@@ -21,7 +21,6 @@ package com.hp.hpl.jena.shared;
 /**
     NoReasonerSuppliedException - the exception to throw if a reasoner (spec)
     was required, but none was given (eg in ModelSpecs).
-    @author kers
 */
 public class NoReasonerSuppliedException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoSuchReasonerException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoSuchReasonerException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoSuchReasonerException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoSuchReasonerException.java Sun Jan 27 19:27:06 2013
@@ -21,8 +21,6 @@ package com.hp.hpl.jena.shared;
 /**
     NoSuchReasonerException - the exception to throw when looking up a
     reasoner fails (in ModelSpec construction).
-    
-    @author kers
 */
 public class NoSuchReasonerException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoWriterForLangException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoWriterForLangException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoWriterForLangException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/NoWriterForLangException.java Sun Jan 27 19:27:06 2013
@@ -20,7 +20,6 @@ package com.hp.hpl.jena.shared;
 
 /**
     Exception to throw if there is no writer for the specified language.
- 	@author kers
 */
 public class NoWriterForLangException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PrefixMapping.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PrefixMapping.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PrefixMapping.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PrefixMapping.java Sun Jan 27 19:27:06 2013
@@ -31,8 +31,6 @@ import com.hp.hpl.jena.vocabulary.*;
     Note that a Model *is* a PrefixMapping, so all the PrefixMapping
     operations apply to Models, and a Model can be used to supply
     the PrefixMapping argument to setNsPrefixes.
-
-     @author kers
 */
 
 public interface PrefixMapping

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PropertyNotFoundException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PropertyNotFoundException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PropertyNotFoundException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/PropertyNotFoundException.java Sun Jan 27 19:27:06 2013
@@ -22,7 +22,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
     Exception to throw if something does not have the specified property.
- 	@author kers
 */
 public class PropertyNotFoundException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/QueryStageException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/QueryStageException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/QueryStageException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/QueryStageException.java Sun Jan 27 19:27:06 2013
@@ -21,7 +21,6 @@ package com.hp.hpl.jena.shared;
 
 /**
      Exception thrown when an earlier query stage has throw an exception.
-     @author hedgehog
 */
 public class QueryStageException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RandomOrderGraph.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RandomOrderGraph.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RandomOrderGraph.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RandomOrderGraph.java Sun Jan 27 19:27:06 2013
@@ -25,9 +25,6 @@ import com.hp.hpl.jena.graph.impl.Wrappe
 
 /**
  * Wraps a graph and randomizes the order of find results.
- * @author jjc
- *
- * 
  */
 public class RandomOrderGraph extends WrappedGraph {
 	

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RulesetNotFoundException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RulesetNotFoundException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RulesetNotFoundException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/RulesetNotFoundException.java Sun Jan 27 19:27:06 2013
@@ -21,7 +21,6 @@ package com.hp.hpl.jena.shared;
 /**
     RulesetNotFoundException - exception to throw when a Ruleset is not found
     (eg when handing reasoner specifications)
-    @author kers
  */
 
 public class RulesetNotFoundException extends DoesNotExistException

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/SyntaxError.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/SyntaxError.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/SyntaxError.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/SyntaxError.java Sun Jan 27 19:27:06 2013
@@ -20,7 +20,6 @@ package com.hp.hpl.jena.shared;
 
 /**
     Exception to throw when a syntax error is detected in some input.
- 	@author kers
 */
 public class SyntaxError extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UnknownPropertyException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UnknownPropertyException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UnknownPropertyException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UnknownPropertyException.java Sun Jan 27 19:27:06 2013
@@ -21,8 +21,6 @@ package com.hp.hpl.jena.shared;
 /**
     Exception to throw when Jena is presented with an unknown property
     of some kind.
-    
- 	@author kers
 */
 public class UnknownPropertyException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UpdateDeniedException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UpdateDeniedException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UpdateDeniedException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/UpdateDeniedException.java Sun Jan 27 19:27:06 2013
@@ -23,7 +23,6 @@ import com.hp.hpl.jena.graph.*;
 /**
     Superclass of exceptions thrown when attempting to add/delete on a
     readonly graph/model.
- 	@author kers
 */
 
 public class UpdateDeniedException extends JenaException

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedException.java Sun Jan 27 19:27:06 2013
@@ -20,7 +20,6 @@ package com.hp.hpl.jena.shared;
 
 /**
     Jena exceptions that explicitly wrap other (usually checked) exceptions.
-    @author hedgehog
 */
 public class WrappedException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedIOException.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedIOException.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedIOException.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/WrappedIOException.java Sun Jan 27 19:27:06 2013
@@ -22,7 +22,6 @@ import java.io.IOException;
 
 /**
     A wrapped IO exception.
-    @author hedgehog
 */
 public class WrappedIOException extends JenaException
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/JenaParameters.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/JenaParameters.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/JenaParameters.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/JenaParameters.java Sun Jan 27 19:27:06 2013
@@ -28,8 +28,6 @@ package com.hp.hpl.jena.shared.impl;
  * we find them being used significantly that probably means they should be
  * moved to being model-specific rather than global.
  * </p>
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
- * @version $Revision: 1.5 $ on $Date: 2010-05-23 19:19:22 $
  */
 public class JenaParameters {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/PrefixMappingImpl.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/PrefixMappingImpl.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/PrefixMappingImpl.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/impl/PrefixMappingImpl.java Sun Jan 27 19:27:06 2013
@@ -31,8 +31,6 @@ import org.apache.xerces.util.XMLChar;
     An implementation of PrefixMapping. The mappings are stored in a pair
     of hash tables, one per direction. The test for a legal prefix is left to
     xerces's XMLChar.isValidNCName() predicate.
-        
- 	@author kers
 */
 public class PrefixMappingImpl implements PrefixMapping
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyFileInputStream.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyFileInputStream.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyFileInputStream.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyFileInputStream.java Sun Jan 27 19:27:06 2013
@@ -26,7 +26,6 @@ import java.io.*;
  * In test cases we cannot open all the input files
  * while creating the test suite, but must defer the
  * opening until the test is actually run.
- * @author  jjc
  */
 class LazyFileInputStream extends LazyInputStream {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyInputStream.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyInputStream.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyInputStream.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyInputStream.java Sun Jan 27 19:27:06 2013
@@ -25,7 +25,6 @@ import java.io.*;
  *In test cases we cannot open all the input files
  * while creating the test suite, but must defer the
  * opening until the test is actually run.
- * @author  jjc
  */
 abstract class LazyInputStream extends InputStream {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyURLInputStream.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyURLInputStream.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyURLInputStream.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyURLInputStream.java Sun Jan 27 19:27:06 2013
@@ -27,7 +27,6 @@ import java.net.*;
  * In test cases we cannot open all the input files
  * while creating the test suite, but must defer the
  * opening until the test is actually run.
- * @author  jjc
  */
 class LazyURLInputStream extends LazyInputStream {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyZipEntryInputStream.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyZipEntryInputStream.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyZipEntryInputStream.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/LazyZipEntryInputStream.java Sun Jan 27 19:27:06 2013
@@ -26,7 +26,6 @@ import java.util.zip.*;
  *In test cases we cannot open all the input files
  * while creating the test suite, but must defer the
  * opening until the test is actually run.
- * @author  jjc
  */
 class LazyZipEntryInputStream extends LazyInputStream {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/TestInputStreamFactory.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/TestInputStreamFactory.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/TestInputStreamFactory.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/shared/wg/TestInputStreamFactory.java Sun Jan 27 19:27:06 2013
@@ -34,9 +34,6 @@ import com.hp.hpl.jena.shared.JenaExcept
  * This class provides input streams that:
  * 1: can be from a URL or from a zip
  * 2: do not actually open until the first read
- * @author Jeremy Carroll
- *
- * 
  */
 public class TestInputStreamFactory {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/IteratorCollection.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/IteratorCollection.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/IteratorCollection.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/IteratorCollection.java Sun Jan 27 19:27:06 2013
@@ -27,7 +27,6 @@ import com.hp.hpl.jena.util.iterator.Nic
 
 
 /**
- @author hedgehog
  */
 public class IteratorCollection
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorGraph.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorGraph.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorGraph.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorGraph.java Sun Jan 27 19:27:06 2013
@@ -29,8 +29,6 @@ import com.hp.hpl.jena.graph.impl.*;
  * causes the set of changes between this and the previous snapshot to
  * be calculated and the cache updated. The snapshot process will also 
  * fire change notification.
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 
 public class MonitorGraph extends WrappedGraph {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorModel.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorModel.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorModel.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/MonitorModel.java Sun Jan 27 19:27:06 2013
@@ -31,8 +31,6 @@ import com.hp.hpl.jena.rdf.model.impl.Mo
  * causes the set of changes between this and the previous snapshot to
  * be calculated and the cache updated. The snapshot process will also 
  * fire change notification.
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 
 public class MonitorModel extends ModelCom {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/OneToManyMap.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/OneToManyMap.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/OneToManyMap.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/OneToManyMap.java Sun Jan 27 19:27:06 2013
@@ -30,8 +30,6 @@ import com.hp.hpl.jena.util.iterator.Nul
 /**
  * An extension to a standard map that supports one-to-many mappings: that is, there
  * may be zero, one or many values corresponding to a given key.
- *
- * @author Ian Dickinson, HP Labs (<a href="mailto:Ian.Dickinson@hp.com">email</a>)
  */
 public class OneToManyMap<From, To> implements Map<From, To>
 {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/PrintUtil.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/PrintUtil.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/PrintUtil.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/PrintUtil.java Sun Jan 27 19:27:06 2013
@@ -34,8 +34,6 @@ import com.hp.hpl.jena.shared.PrefixMapp
  * 
  * <p>updated by Chris March 2004 to use a PrefixMapping rather than the
  * specialised tables.
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 public class PrintUtil {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/ResourceUtils.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/ResourceUtils.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/ResourceUtils.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/ResourceUtils.java Sun Jan 27 19:27:06 2013
@@ -40,9 +40,6 @@ import com.hp.hpl.jena.util.iterator.Ext
  * General utility methods that operate on RDF resources, but which are not specific
  * to a given model.
  * </p>
- *
- * @author Ian Dickinson, HP Labs
- *         (<a  href="mailto:ian_dickinson@users.sourceforge.net" >email</a>)
  */
 public class ResourceUtils {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/Tokenizer.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/Tokenizer.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/Tokenizer.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/Tokenizer.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,6 @@ import java.util.NoSuchElementException;
 /**
  * A tokenizer, similar to java's StringTokenizer but allows for quoted
  * character strings which can include other separators.
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 public class Tokenizer {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/cache/EnhancedNodeCache.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/cache/EnhancedNodeCache.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/cache/EnhancedNodeCache.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/cache/EnhancedNodeCache.java Sun Jan 27 19:27:06 2013
@@ -39,8 +39,6 @@ import com.hp.hpl.jena.graph.Node;
      
      <p>Synchronisation *is* required when updating the EnhNode sibling ring,
      but that doesn't happen here.
-     
-     @author kers
 */
 public class EnhancedNodeCache implements Cache
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ArrayIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ArrayIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ArrayIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ArrayIterator.java Sun Jan 27 19:27:06 2013
@@ -51,7 +51,6 @@ public class ArrayIterator<T> implements
 	}
 /** Not supported.
  * @throws java.lang.UnsupportedOperationException Always.
- *
  */        
         @Override
         public void remove() {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ConcatenatedIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ConcatenatedIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ConcatenatedIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ConcatenatedIterator.java Sun Jan 27 19:27:06 2013
@@ -29,8 +29,6 @@ import java.util.*;
  * An iterator that represents the concatenation of two individual iterators.
  * The concatenated iterator will range over the elements of the first iterator,
  * followed by the elements of the second.
- *
- * @author Ian Dickinson, HP Labs (<a href="mailto:ian_dickinson@users.sourceforge.net">email</a>)
  */
 public class ConcatenatedIterator<T> implements Iterator<T>
 {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ExtendedIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ExtendedIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ExtendedIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/ExtendedIterator.java Sun Jan 27 19:27:06 2013
@@ -32,7 +32,6 @@ import java.util.*;
     also defines static methods for these operations that will work on any
     ClosableIterators.    
 <br>
-     @author kers 
 */
 
 public interface ExtendedIterator<T> extends ClosableIterator<T>

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Filter.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Filter.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Filter.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Filter.java Sun Jan 27 19:27:06 2013
@@ -22,8 +22,6 @@ import java.util.Iterator;
 
 /** 
     boolean functions wrapped to be used in filtering iterators.
-    
-    @author jjc, kers
 */
 public abstract class Filter<T>
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterDropIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterDropIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterDropIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterDropIterator.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,6 @@ import java.util.Iterator;
 /**
     A subclass of FiterIterator which discards the elements that pass the
     filter.
-    
-    @author kers
  */
 public class FilterDropIterator<T> extends FilterIterator<T> implements Iterator<T>
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterIterator.java Sun Jan 27 19:27:06 2013
@@ -24,8 +24,7 @@ import java.util.NoSuchElementException;
 /** 
      Creates a sub-Iterator by filtering. This class should not be used
      directly any more; the subclasses FilterKeepIterator and FilterDropIterator
-     should be used instead. 
-     @author jjc, mods [clarity & speedup] by kers
+     should be used instead.
  */
 public class FilterIterator<T> extends WrappedIterator<T>
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterKeepIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterKeepIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterKeepIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/FilterKeepIterator.java Sun Jan 27 19:27:06 2013
@@ -23,7 +23,6 @@ import java.util.Iterator;
 /**
     A subclass of FilterIterator which keeps the elements that pass the
     test.
-    @author kers
 */
 public class FilterKeepIterator<T> extends FilterIterator<T> implements Iterator<T>
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Map1Iterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Map1Iterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Map1Iterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/Map1Iterator.java Sun Jan 27 19:27:06 2013
@@ -23,7 +23,6 @@ import java.util.Iterator;
 /**
     An iterator that consumes an underlying iterator and maps its results before
     delivering them; supports remove if the underlying iterator does.
-    @author jjc + kers
 */
 
 public class Map1Iterator<From, To> extends NiceIterator<To> implements ClosableIterator<To>

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilter.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilter.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilter.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilter.java Sun Jan 27 19:27:06 2013
@@ -22,7 +22,6 @@ package com.hp.hpl.jena.util.iterator;
     Combines the actions of <code>Map</code> and <code>Filter</code>, mapping
     unacceptable objects to <code>null</code> and acceptable ones to their mapped
     value.
-	@author kers
 */
 public interface MapFilter<R,S>
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilterIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilterIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilterIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/MapFilterIterator.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ import java.util.*;
 /**
     A MapFilterIterator takes a MapFilter and an [Extended]Iterator and returns a new 
     ExtendedIterator which delivers the sequence of all non-null elements MapFilter(X) 
-    for X from the base iterator. 
-    @author kers
+    for X from the base iterator.
 */
 
 public class MapFilterIterator<T,X> extends NiceIterator<X> implements ExtendedIterator<X>

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/NiceIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/NiceIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/NiceIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/NiceIterator.java Sun Jan 27 19:27:06 2013
@@ -24,8 +24,7 @@ import java.util.*;
     NiceIterator is the standard base class implementing ExtendedIterator. It provides
     the static methods for <code>andThen</code>, <code>filterKeep</code> and
     <code>filterDrop</code>; these can be reused from any other class. It defines
-    equivalent instance methods for descendants and to satisfy ExtendedIterator.  
-	@author kers
+    equivalent instance methods for descendants and to satisfy ExtendedIterator.
 */
 
 public class NiceIterator<T> implements ExtendedIterator<T>

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/SingletonIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/SingletonIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/SingletonIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/SingletonIterator.java Sun Jan 27 19:27:06 2013
@@ -20,8 +20,6 @@ package com.hp.hpl.jena.util.iterator;
 
 /**
  * A ClosableIterator that contains only one element
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 public class SingletonIterator<T> extends NiceIterator<T> implements ExtendedIterator<T> {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/UniqueExtendedIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/UniqueExtendedIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/UniqueExtendedIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/UniqueExtendedIterator.java Sun Jan 27 19:27:06 2013
@@ -25,8 +25,6 @@ import java.util.*;
  * duplicate values. There is one complication that the value
  * which filtering is done on might not be the actual value
  * to be returned by the iterator. 
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
  */
 public class UniqueExtendedIterator<T> extends WrappedIterator<T> {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/WrappedIterator.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/WrappedIterator.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/WrappedIterator.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/util/iterator/WrappedIterator.java Sun Jan 27 19:27:06 2013
@@ -26,7 +26,6 @@ import java.util.*;
     operations (filtering, concatenating) to be done on an Iterator derived
     from some other source.
 <br>
-    @author kers
 */
 
 public class WrappedIterator<T> extends NiceIterator<T>

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DB.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DB.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DB.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DB.java Sun Jan 27 19:27:06 2013
@@ -17,7 +17,6 @@
  */
 
 /* Vocabulary Class for DB.
- *
  */
 
 package com.hp.hpl.jena.vocabulary;
@@ -26,9 +25,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
  * Vocabulary for Database properties.
- *
- * @author csayers
- * @version $Revision: 1.1 $
  */
 public class DB {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC.java Sun Jan 27 19:27:06 2013
@@ -21,7 +21,6 @@ package com.hp.hpl.jena.vocabulary;
 
 /* Current Dublin Core version
  * Currently, version 1.1
- * @version $Id: DC.java,v 1.1 2009-06-29 08:55:36 castagna Exp $
  */
 
 public class DC  extends DC_11

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTerms.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTerms.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTerms.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTerms.java Sun Jan 27 19:27:06 2013
@@ -20,8 +20,7 @@ package com.hp.hpl.jena.vocabulary; 
 import com.hp.hpl.jena.rdf.model.*;
  
 /**
- * Vocabulary definitions from vocabularies/dublin-core_terms.xml 
- * @author Auto-generated by schemagen on 13 Feb 2010 15:46 
+ * Vocabulary definitions from vocabularies/dublin-core_terms.xml
  */
 public class DCTerms {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTypes.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTypes.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTypes.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DCTypes.java Sun Jan 27 19:27:06 2013
@@ -20,8 +20,7 @@ package com.hp.hpl.jena.vocabulary; 
 import com.hp.hpl.jena.rdf.model.*;
  
 /**
- * Vocabulary definitions from vocabularies/dublin-core_types.xml 
- * @author Auto-generated by schemagen on 13 Feb 2010 15:45 
+ * Vocabulary definitions from vocabularies/dublin-core_types.xml
  */
 public class DCTypes {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC_11.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC_11.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC_11.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/DC_11.java Sun Jan 27 19:27:06 2013
@@ -22,8 +22,7 @@ package com.hp.hpl.jena.vocabulary;
 import com.hp.hpl.jena.rdf.model.*;
  
 /**
- * Vocabulary definitions from file:vocabularies/dublin-core_11.xml 
- * @author Auto-generated by schemagen on 13 May 2003 08:51 
+ * Vocabulary definitions from file:vocabularies/dublin-core_11.xml
  */
 public class DC_11 {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL.java Sun Jan 27 19:27:06 2013
@@ -30,7 +30,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
  * Vocabulary definitions from file:vocabularies/owl.owl
- * @author Auto-generated by jena.schemagen on 13 Aug 2004 15:35
  */
 public class OWL {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL2.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL2.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL2.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWL2.java Sun Jan 27 19:27:06 2013
@@ -24,8 +24,7 @@ import com.hp.hpl.jena.rdf.model.*;
     OWL2 vocabulary. NOTE: Jena does not provide OWL2 inference or OntModel
     support. These constants are provided for the convenience of users who
     are doing OWL2 work with the current OWL1 support and desire a suitable
-    set of names. 
-    @author chris.dollin
+    set of names.
 */
 public class OWL2
     {

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLResults.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLResults.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLResults.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLResults.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ import com.hp.hpl.jena.rdf.model.*;
 /**
  * The vocabulary used by WebOnt to encode results of test runs.
  * <p>
- * Vocabulary definitions from file:data/resultsOntology.rdf 
- * @author Auto-generated by schemagen on 12 Sep 2003 17:18 
+ * Vocabulary definitions from file:data/resultsOntology.rdf
  */
 public class OWLResults {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLTest.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLTest.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLTest.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OWLTest.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ import com.hp.hpl.jena.rdf.model.*;
 /**
  * The vocabulary used by the WebOnt working group to define test manifests.
  * <p>
- * Vocabulary definitions from file:data/testOntology.rdf 
- * @author Auto-generated by schemagen on 12 Sep 2003 17:16 
+ * Vocabulary definitions from file:data/testOntology.rdf
  */
 public class OWLTest  {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntDocManagerVocab.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntDocManagerVocab.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntDocManagerVocab.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntDocManagerVocab.java Sun Jan 27 19:27:06 2013
@@ -30,7 +30,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
  * Vocabulary definitions from file:vocabularies/ont-manager.rdf
- * @author Auto-generated by jena.schemagen on 13 Aug 2004 15:35
  */
 public class OntDocManagerVocab {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntEventsVocab.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntEventsVocab.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntEventsVocab.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/OntEventsVocab.java Sun Jan 27 19:27:06 2013
@@ -30,7 +30,6 @@ import com.hp.hpl.jena.ontology.*;
 
 /**
  * Vocabulary definitions from file:vocabularies/ont-event.rdf
- * @author Auto-generated by jena.schemagen on 13 Aug 2004 15:35
  */
 public class OntEventsVocab {
     /** <p>The ontology model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDF.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDF.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDF.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDF.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
     The standard RDF vocabulary.
-    @author  bwm; updated by kers/daniel/christopher
-    @version $Id: RDF.java,v 1.1 2009-06-29 08:55:36 castagna Exp $
 */
 
 public class RDF{

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFS.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFS.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFS.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFS.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,6 @@ import com.hp.hpl.jena.graph.*;
 
 /**
     RDFS vocabulary items
-    @author  bwm, updated by kers/daniel/christopher
-    @version $Id: RDFS.java,v 1.1 2009-06-29 08:55:36 castagna Exp $
  */
 public class RDFS {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFSyntax.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFSyntax.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFSyntax.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFSyntax.java Sun Jan 27 19:27:06 2013
@@ -30,7 +30,6 @@ import com.hp.hpl.jena.rdf.model.Resourc
  * These URIs can be used in some options (specifically
  * the configuration of the RDF/XML-ABBREV writer) to indicate
  * behaviour concerning these rules.
- * @author jjc
  */
 public class RDFSyntax {
 protected static final String uri =

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFTest.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFTest.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFTest.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RDFTest.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ import com.hp.hpl.jena.rdf.model.*;
 /**
  * The vocabulary used by the RDFCore working group to define test manifests.
  * <p>
- * Vocabulary definitions from file:data/testOntology.rdf 
- * @author Auto-generated by schemagen on 12 Sep 2003 17:17 
+ * Vocabulary definitions from file:data/testOntology.rdf
  */
 public class RDFTest {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RSS.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RSS.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RSS.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/RSS.java Sun Jan 27 19:27:06 2013
@@ -22,8 +22,6 @@ import com.hp.hpl.jena.rdf.model.*;
 
 /**
     The standard RSS vocavulary.
-    @author  bwm + kers
-    @version Release='$Name: not supported by cvs2svn $' Revision='$Revision: 1.1 $' Date='$Date: 2009-06-29 08:55:36 $'
 */
 public class RSS extends Object {
 

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/ReasonerVocabulary.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/ReasonerVocabulary.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/ReasonerVocabulary.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/ReasonerVocabulary.java Sun Jan 27 19:27:06 2013
@@ -25,9 +25,6 @@ import com.hp.hpl.jena.reasoner.rulesys.
 /**
  * A collection of RDF terms used in driving or configuring some of the
  * builtin reasoners.
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
- * @version $Revision: 1.1 $ on $Date: 2009-06-29 08:55:36 $
  */
 public class ReasonerVocabulary {
     

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifest.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifest.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifest.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifest.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ package com.hp.hpl.jena.vocabulary ;
 import com.hp.hpl.jena.rdf.model.*;
  
 /**
- * Vocabulary definitions from test-manifest.n3 
- * @author Auto-generated by schemagen on 09 Jan 2007 13:50 
+ * Vocabulary definitions from test-manifest.n3
  */
 public class TestManifest {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifestX.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifestX.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifestX.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/TestManifestX.java Sun Jan 27 19:27:06 2013
@@ -23,8 +23,7 @@ package com.hp.hpl.jena.vocabulary ;
 import com.hp.hpl.jena.rdf.model.*;
  
 /**
- * Vocabulary definitions from test-manifest-x.n3 
- * @author Auto-generated by schemagen on 09 Jan 2007 14:03 
+ * Vocabulary definitions from test-manifest-x.n3
  */
 public class TestManifestX {
     /** <p>The RDF model that holds the vocabulary terms</p> */

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/XSD.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/XSD.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/XSD.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/vocabulary/XSD.java Sun Jan 27 19:27:06 2013
@@ -25,9 +25,6 @@ import com.hp.hpl.jena.datatypes.xsd.XSD
 /**
  * Defines Jena resources corresponding to the URIs for 
  * the XSD primitive datatypes which are known to Jena. 
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
- * @version $Revision: 1.1 $ on $Date: 2009-06-29 08:55:36 $
  */
 public class XSD {    
     /**

Modified: jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/xmloutput/impl/Unparser.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/xmloutput/impl/Unparser.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/xmloutput/impl/Unparser.java (original)
+++ jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/xmloutput/impl/Unparser.java Sun Jan 27 19:27:06 2013
@@ -134,10 +134,8 @@ import com.hp.hpl.jena.vocabulary.RDF;
 
 /**
  * An Unparser will output a model in the abbreviated syntax. *
- * 
- * @version Release='$Name: not supported by cvs2svn $' Revision='$Revision: 1.1 $' Date='$Date:
+ *
  *          2005/07/13 15:33:51 $'
- * 
  */
 class Unparser {
     static private Property LI = new PropertyImpl(RDF.getURI(), "li");

Modified: jena/trunk/jena-core/src/main/java/jena/RuleMap.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/RuleMap.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/RuleMap.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/RuleMap.java Sun Jan 27 19:27:06 2013
@@ -48,9 +48,6 @@ import java.io.*;
  * to be added to the deductions graph even if they are already known (for use
  * in deductions only mode). 
  * </p>
- * 
- * @author <a href="mailto:der@hplb.hpl.hp.com">Dave Reynolds</a>
- * @version $Revision: 1.1 $ on $Date: 2009-06-29 08:55:51 $
  */
 public class RuleMap {
     static { setLog4jConfiguration() ; }

Modified: jena/trunk/jena-core/src/main/java/jena/rdfcat.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/rdfcat.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/rdfcat.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/rdfcat.java Sun Jan 27 19:27:06 2013
@@ -121,9 +121,6 @@ import jena.cmdline.*;
  * of input statements is not preserved. The output document is a merge of the
  * input documents, and does not preserve any statement ordering from the input
  * serialisations. Also, duplicate triples will be suppressed.</p>
- *
- * @author Ian Dickinson, HP Labs (<a href="mailto:ian_dickinson@users.sourceforge.net">email</a>)
- * @version Release @release@ ($Id: rdfcat.java,v 1.4 2011-03-09 00:31:05 ian_dickinson Exp $)
  */
 public class rdfcat
 {

Modified: jena/trunk/jena-core/src/main/java/jena/rdfcompare.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/rdfcompare.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/rdfcompare.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/rdfcompare.java Sun Jan 27 19:27:06 2013
@@ -43,9 +43,6 @@ import java.io.FileInputStream;
  *           N-TRIPLE
  *           N3
  *  </pre>
- *
- * @author  bwm
- * @version $Name: not supported by cvs2svn $ $Revision: 1.1 $ $Date: 2009-06-29 08:55:51 $
  */
 public class rdfcompare extends java.lang.Object {
 

Modified: jena/trunk/jena-core/src/main/java/jena/rdfcopy.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/rdfcopy.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/rdfcopy.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/rdfcopy.java Sun Jan 27 19:27:06 2013
@@ -49,9 +49,6 @@ import java.io.*;
  *       The input language defaults to RDF/XML and the output language
  *       defaults to N-TRIPLE.
  *  </pre>
- *
- * @author  bwm
- * @version $Name: not supported by cvs2svn $ $Revision: 1.1 $ $Date: 2009-06-29 08:55:51 $
  */
 public class rdfcopy extends java.lang.Object {
 

Modified: jena/trunk/jena-core/src/main/java/jena/rdfparse.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/rdfparse.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/rdfparse.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/rdfparse.java Sun Jan 27 19:27:06 2013
@@ -73,7 +73,6 @@ import com.hp.hpl.jena.shared.Command;
  * </dt><dd>
  * Ignores numbered error/warning conditions.
  * </dl>
- * @author jjc
  */
 
 public class rdfparse {

Modified: jena/trunk/jena-core/src/main/java/jena/schemagen.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/schemagen.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/schemagen.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/schemagen.java Sun Jan 27 19:27:06 2013
@@ -51,10 +51,6 @@ import com.hp.hpl.jena.vocabulary.*;
  * and generate a Java file with the constants from the vocabulary compiled in.
  * Designed to be highly flexible and customisable.
  * </p>
- *
- * @author Ian Dickinson
- *         (<a  href="mailto:ian_dickinson@users.sourceforge.net" >email</a>)
- * @version CVS $Id: schemagen.java,v 1.14 2011-03-22 12:37:59 ian_dickinson Exp $
  */
 public class schemagen {
     

Modified: jena/trunk/jena-core/src/main/java/jena/version.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/jena/version.java?rev=1439149&r1=1439148&r2=1439149&view=diff
==============================================================================
--- jena/trunk/jena-core/src/main/java/jena/version.java (original)
+++ jena/trunk/jena-core/src/main/java/jena/version.java Sun Jan 27 19:27:06 2013
@@ -26,7 +26,6 @@ import java.lang.reflect.*;
 /**
  * jena.version
  * Print out jena version information and exit.
- * @author Jeremy J. Carroll
  */
 public class version implements Jena {