dgraham 2004/01/17 09:39:10
Modified: mapper/src/test/org/apache/commons/mapper
MapperFactoryTest.java
TestMapperFactoryListener.java TestMapper.java
mapper/src/share/org/apache/commons/mapper
MapperFactory.java
UniqueFieldAlreadyExistsException.java
MapperException.java MapperAdapter.java Mapper.java
MapperFactoryEvent.java
ObjectNotFoundException.java
MapperFactoryListener.java
mapper/src/test/org/apache/commons/mapper/util
ObjectFactoryTest.java
mapper/src/share/org/apache/commons/mapper/util
ObjectFactory.java
Log:
Updated copyright year and removed @author javadoc tags.
Revision Changes Path
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/MapperFactoryTest.java
Index: MapperFactoryTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/MapperFactoryTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MapperFactoryTest.java 13 Oct 2003 08:04:15 -0000 1.5
+++ MapperFactoryTest.java 17 Jan 2004 17:39:09 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -73,8 +73,6 @@
/**
* Test the MapperFactory class. This also acts as the "all tests" runner.
- *
- * @author David Graham
*/
public class MapperFactoryTest extends TestCase {
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapperFactoryListener.java
Index: TestMapperFactoryListener.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapperFactoryListener.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestMapperFactoryListener.java 13 Oct 2003 08:04:15 -0000 1.5
+++ TestMapperFactoryListener.java 17 Jan 2004 17:39:09 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,8 +66,6 @@
/**
* A test implementation of the MapperFactoryListener interface.
- *
- * @author David Graham
*/
public class TestMapperFactoryListener implements MapperFactoryListener {
1.7 +4 -6
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapper.java
Index: TestMapper.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapper.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TestMapper.java 13 Oct 2003 08:04:15 -0000 1.6
+++ TestMapper.java 17 Jan 2004 17:39:09 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,8 +65,6 @@
/**
* A test implementation of the Mapper interface.
- *
- * @author David Graham
*/
public class TestMapper implements Mapper {
1.13 +4 -5
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactory.java
Index: MapperFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactory.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- MapperFactory.java 13 Oct 2003 08:04:53 -0000 1.12
+++ MapperFactory.java 17 Jan 2004 17:39:09 -0000 1.13
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -95,7 +95,6 @@
*
* @see Mapper
* @see MapperFactoryListener
- * @author David Graham
*/
public class MapperFactory {
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/UniqueFieldAlreadyExistsException.java
Index: UniqueFieldAlreadyExistsException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/UniqueFieldAlreadyExistsException.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- UniqueFieldAlreadyExistsException.java 13 Oct 2003 08:04:53 -0000 1.5
+++ UniqueFieldAlreadyExistsException.java 17 Jan 2004 17:39:09 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,8 +65,6 @@
* Indicates that a record was unable to be created in the datastore because a
* unique field would have duplicates. This could be a primary key or unique
* constraint in a database.
- *
- * @author David Graham
*/
public class UniqueFieldAlreadyExistsException extends MapperException {
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperException.java
Index: MapperException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperException.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MapperException.java 13 Oct 2003 08:04:53 -0000 1.5
+++ MapperException.java 17 Jan 2004 17:39:09 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,8 +66,6 @@
* Often this will wrap another type of exception such as SQLException so that
* callers are insulated from implementation specific exceptions. Callers can
check
* the getCause() method for the wrapped exception.
- *
- * @author David Graham
*/
public class MapperException extends Exception {
1.8 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperAdapter.java
Index: MapperAdapter.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperAdapter.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MapperAdapter.java 13 Oct 2003 08:04:53 -0000 1.7
+++ MapperAdapter.java 17 Jan 2004 17:39:09 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -67,8 +67,6 @@
* A default implementation of the Mapper interface that throws
* <code>UnsupportedOperationExceptions</code> for all methods. This
* makes it easy to define an anonymous inner class Mapper implementation.
- *
- * @author David Graham
*/
public class MapperAdapter implements Mapper {
1.8 +4 -5
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/Mapper.java
Index: Mapper.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/Mapper.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Mapper.java 13 Oct 2003 08:04:53 -0000 1.7
+++ Mapper.java 17 Jan 2004 17:39:09 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -83,7 +83,6 @@
* Mapper is equivalent to the concept of a data access object (DAO).
*
* @see MapperFactory
- * @author David Graham
*/
public interface Mapper {
1.8 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryEvent.java
Index: MapperFactoryEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MapperFactoryEvent.java 13 Oct 2003 08:04:53 -0000 1.7
+++ MapperFactoryEvent.java 17 Jan 2004 17:39:09 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,8 +65,6 @@
/**
* An event that MapperFactory generates.
- *
- * @author David Graham
*/
public class MapperFactoryEvent extends EventObject {
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/ObjectNotFoundException.java
Index: ObjectNotFoundException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/ObjectNotFoundException.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ObjectNotFoundException.java 13 Oct 2003 08:04:53 -0000 1.5
+++ ObjectNotFoundException.java 17 Jan 2004 17:39:10 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,8 +66,6 @@
* times this is an acceptable condition and the Object can be set to null.
* However, if the client code expects a valid object, this exception can be thrown
* to indicate the error.
- *
- * @author David Graham
*/
public class ObjectNotFoundException extends MapperException {
1.6 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryListener.java
Index: MapperFactoryListener.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryListener.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MapperFactoryListener.java 13 Oct 2003 08:04:53 -0000 1.5
+++ MapperFactoryListener.java 17 Jan 2004 17:39:10 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -67,8 +67,6 @@
* Listeners are notified every time a MapperFactory <strong>creates</strong> a
* new Mapper instance. They are not notified when a previously created instance
* is returned from the cache.
- *
- * @author David Graham
*/
public interface MapperFactoryListener extends EventListener {
1.7 +6 -9
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/util/ObjectFactoryTest.java
Index: ObjectFactoryTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/util/ObjectFactoryTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ObjectFactoryTest.java 13 Oct 2003 08:04:05 -0000 1.6
+++ ObjectFactoryTest.java 17 Jan 2004 17:39:10 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -70,17 +70,14 @@
/**
* Test the ObjectFactory class.
- *
- * @author David Graham
*/
public class ObjectFactoryTest extends TestCase {
/**
* Constructor for ObjectFactoryTest.
- * @param arg0
*/
- public ObjectFactoryTest(String arg0) {
- super(arg0);
+ public ObjectFactoryTest(String name) {
+ super(name);
}
public void testConstruct() {
1.8 +4 -6
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/util/ObjectFactory.java
Index: ObjectFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/util/ObjectFactory.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ObjectFactory.java 13 Oct 2003 08:04:53 -0000 1.7
+++ ObjectFactory.java 17 Jan 2004 17:39:10 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -111,8 +111,6 @@
* The higher level class can use <code>ObjectFactory</code> to do the mapping
* and creation work while it implements factory specific semantics and caching.
* </p>
- *
- * @author David Graham
*/
public class ObjectFactory implements Cloneable, Serializable {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]