Minor updates to comments and doc... While doing the removal of the LockGroup stuff, I came across an entry for

contacting support@solarmetric.com for some customization feature.  While cleaning that up, I also cleaned up any 
other references to @solarmetric.com and @bea.com.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@443123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2006-09-13 21:05:42 +00:00
parent c863a7a489
commit 9650a1a20b
5 changed files with 9 additions and 11 deletions

View File

@ -29,7 +29,7 @@ import org.apache.openjpa.jdbc.sql.Select;
* An abstract container mapping that handles traversing the
* join to examine the size of the relation.
*
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a>
* @author Marc Prud'hommeaux
*/
public abstract class ContainerFieldStrategy
extends AbstractFieldStrategy {

View File

@ -24,7 +24,7 @@ import org.apache.openjpa.util.UserException;
/**
* Signifies that a lexical error occurred when parsing the JPQL statement.
*
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a>
* @author Marc Prud'hommeaux
*/
public class ParseException
extends UserException {

View File

@ -1029,7 +1029,7 @@ public abstract class AbstractTestCase extends TestCase {
* A ClassLoader that is completely isolated with respect to
* any classes that are loaded in the System ClassLoader.
*
* @author <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a>
* @author Marc Prud'hommeaux
*/
private static class IsolatedClassLoader extends NestedClassLoader {
@ -1460,7 +1460,7 @@ public abstract class AbstractTestCase extends TestCase {
* if a test hasn't completed in a shorted amount of time than
* the global test timeout.
*
* @author <a href="mailto:marc@solarmetric.com">Marc Prud'hommeaux</a>
* @author Marc Prud'hommeaux
*/
private static class WatchdogThread extends Thread {

View File

@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.OpenJPAEntityManager;
/**
* Simple test case to get an EntityManager and perform some basic operations.
*
* @author <a href="mailto:mprudhom@bea.com">Marc Prud'hommeaux</a>
* @author Marc Prud'hommeaux
*/
public class TestPersistence
extends TestCase {

View File

@ -685,9 +685,7 @@ creating an implementation of the
<classname> RemoteCommitProvider</classname></ulink> interface, possibly by
extending the
<ulink url="../apidocs/org/apache/openjpa/event/AbstractRemoteCommitProvider.html">
<classname>AbstractRemoteCommitProvider</classname></ulink> abstract class. For
details on particular customization needs, contact us at
<ulink url="mailto:support@solarmetric.com"> support@solarmetric.com</ulink>.
<classname>AbstractRemoteCommitProvider</classname></ulink> abstract class..
</para>
</section>
</section>