Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 20161 invoked by uid 500); 22 Jun 2003 07:07:42 -0000 Received: (qmail 20158 invoked from network); 22 Jun 2003 07:07:41 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 22 Jun 2003 07:07:41 -0000 Received: (qmail 10715 invoked by uid 1518); 22 Jun 2003 07:07:40 -0000 Date: 22 Jun 2003 07:07:40 -0000 Message-ID: <20030622070740.10714.qmail@icarus.apache.org> From: mattbaird@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/src/test/org/apache/ojb/otm SwizzleTests.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mattbaird 2003/06/22 00:07:40 Modified: src/test/org/apache/ojb/otm SwizzleTests.java Log: remove auto generated idea stuff. Revision Changes Path 1.2 +0 -11 db-ojb/src/test/org/apache/ojb/otm/SwizzleTests.java Index: SwizzleTests.java =================================================================== RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/SwizzleTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SwizzleTests.java 21 Jun 2003 23:34:55 -0000 1.1 +++ SwizzleTests.java 22 Jun 2003 07:07:40 -0000 1.2 @@ -1,14 +1,3 @@ -/* -* Copyright 2003 NitroNutz, Inc. -* Dublin, California, 94568 -* All rights reserved. -* -* This software is the confidential and proprietary information of -* NitroNutz, Inc. ("Confidential Information"). You shall not -* disclose such Confidential Information and shall use it only in -* accordance with the terms of the license agreement you entered into -* with NitroNutz, Inc. -*/ package org.apache.ojb.otm; import junit.framework.TestCase;