Return-Path: X-Original-To: apmail-marmotta-commits-archive@minotaur.apache.org Delivered-To: apmail-marmotta-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 412A310306 for ; Thu, 17 Oct 2013 15:50:18 +0000 (UTC) Received: (qmail 20753 invoked by uid 500); 17 Oct 2013 15:50:17 -0000 Delivered-To: apmail-marmotta-commits-archive@marmotta.apache.org Received: (qmail 20694 invoked by uid 500); 17 Oct 2013 15:50:15 -0000 Mailing-List: contact commits-help@marmotta.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@marmotta.incubator.apache.org Delivered-To: mailing list commits@marmotta.incubator.apache.org Received: (qmail 20686 invoked by uid 99); 17 Oct 2013 15:50:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 15:50:14 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Oct 2013 15:50:12 +0000 Received: (qmail 20614 invoked by uid 99); 17 Oct 2013 15:49:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 15:49:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4D9C8917108; Thu, 17 Oct 2013 15:49:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jakob@apache.org To: commits@marmotta.incubator.apache.org Date: Thu, 17 Oct 2013 15:49:50 -0000 Message-Id: <1ea4cae2086b492995000781408c70b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: fixed some warnings X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/develop 6fd4e028d -> 16102901c fixed some warnings Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/4d9a115b Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/4d9a115b Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/4d9a115b Branch: refs/heads/develop Commit: 4d9a115ba020cb87ef73eefafdc580d8a63d22a0 Parents: 6fd4e02 Author: Jakob Frank Authored: Thu Oct 17 17:25:51 2013 +0200 Committer: Jakob Frank Committed: Thu Oct 17 17:25:51 2013 +0200 ---------------------------------------------------------------------- .../apache/marmotta/commons/sesame/model/StatementCommons.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4d9a115b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/sesame/model/StatementCommons.java ---------------------------------------------------------------------- diff --git a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/sesame/model/StatementCommons.java b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/sesame/model/StatementCommons.java index c04e7be..0d9f2b0 100644 --- a/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/sesame/model/StatementCommons.java +++ b/commons/marmotta-commons/src/main/java/org/apache/marmotta/commons/sesame/model/StatementCommons.java @@ -22,8 +22,6 @@ import com.google.common.base.Objects; import javolution.util.FastMap; import javolution.util.FastSet; import javolution.util.function.Equality; -import org.apache.marmotta.commons.collections.EquivalenceHashMap; -import org.apache.marmotta.commons.collections.EquivalenceHashSet; import org.openrdf.model.Statement; import java.util.Map; @@ -161,6 +159,8 @@ public class StatementCommons { private static Equality equivalenceEquality(final Equivalence equivalence) { return new Equality() { + private static final long serialVersionUID = 1L; + @Override public int hashCodeOf(E object) { return equivalence.hash(object);