Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 A890F6F29 for ; Thu, 16 Jun 2011 21:22:41 +0000 (UTC) Received: (qmail 73360 invoked by uid 500); 16 Jun 2011 21:00:56 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 73302 invoked by uid 500); 16 Jun 2011 21:00:56 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 73214 invoked by uid 99); 16 Jun 2011 21:00:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 21:00:49 +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; Thu, 16 Jun 2011 21:00:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B7A6B2388A74; Thu, 16 Jun 2011 21:00:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1136676 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java Date: Thu, 16 Jun 2011 21:00:27 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110616210027.B7A6B2388A74@eris.apache.org> Author: simonetripodi Date: Thu Jun 16 21:00:27 2011 New Revision: 1136676 URL: http://svn.apache.org/viewvc?rev=1136676&view=rev Log: added vertices in the toString() representation Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java?rev=1136676&r1=1136675&r2=1136676&view=diff ============================================================================== --- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java (original) +++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/InMemoryPath.java Thu Jun 16 21:00:27 2011 @@ -131,7 +131,7 @@ public final class InMemoryPath