Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 6266 invoked from network); 7 Feb 2011 20:53:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 20:53:27 -0000 Received: (qmail 41619 invoked by uid 500); 7 Feb 2011 20:53:27 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 41569 invoked by uid 500); 7 Feb 2011 20:53:27 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 41562 invoked by uid 99); 7 Feb 2011 20:53:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 20:53:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 20:53:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8672E238890B; Mon, 7 Feb 2011 20:53:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1068127 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java Date: Mon, 07 Feb 2011 20:53:06 -0000 To: commits@ofbiz.apache.org From: mrisaliti@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110207205306.8672E238890B@eris.apache.org> Author: mrisaliti Date: Mon Feb 7 20:53:06 2011 New Revision: 1068127 URL: http://svn.apache.org/viewvc?rev=1068127&view=rev Log: Remove unnecessary warning suppress into HardRefCacheLine (OFBIZ-4102) Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java?rev=1068127&r1=1068126&r2=1068127&view=diff ============================================================================== --- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java (original) +++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/HardRefCacheLine.java Mon Feb 7 20:53:06 2011 @@ -18,7 +18,6 @@ *******************************************************************************/ package org.ofbiz.base.util.cache; -@SuppressWarnings("serial") public abstract class HardRefCacheLine extends CacheLine { public final V value;