Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 34277 invoked from network); 3 Sep 2007 13:09:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 13:09:44 -0000 Received: (qmail 86935 invoked by uid 500); 3 Sep 2007 13:09:39 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 86893 invoked by uid 500); 3 Sep 2007 13:09:39 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 86882 invoked by uid 99); 3 Sep 2007 13:09:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 06:09:38 -0700 X-ASF-Spam-Status: No, hits=-99.6 required=10.0 tests=ALL_TRUSTED,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 13:10:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 76F381A983E; Mon, 3 Sep 2007 06:09:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572308 - /directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java Date: Mon, 03 Sep 2007 13:09:21 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070903130921.76F381A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon Sep 3 06:09:20 2007 New Revision: 572308 URL: http://svn.apache.org/viewvc?rev=572308&view=rev Log: Using generic to remove warnings Modified: directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java Modified: directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java?rev=572308&r1=572307&r2=572308&view=diff ============================================================================== --- directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java (original) +++ directory/apacheds/trunk/bootstrap-extract/src/main/java/org/apache/directory/server/schema/bootstrap/partition/UniqueResourceException.java Mon Sep 3 06:09:20 2007 @@ -27,10 +27,11 @@ import java.util.List; /** - * @version $Rev:$ $Date:$ + * @version $Rev$ $Date$ */ public class UniqueResourceException extends RuntimeException { + public static final long serialVersionUID = 1L; private final String resourceName; private final List urls;