Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 20743 invoked from network); 2 Oct 2006 15:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 15:36:57 -0000 Received: (qmail 81051 invoked by uid 500); 2 Oct 2006 15:36:57 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 81034 invoked by uid 500); 2 Oct 2006 15:36:57 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 81025 invoked by uid 99); 2 Oct 2006 15:36:57 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 08:36:57 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:61243] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id C6/9C-16499-6E131254 for ; Mon, 02 Oct 2006 08:36:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8A3A91A981C; Mon, 2 Oct 2006 08:35:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r452078 - /jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java Date: Mon, 02 Oct 2006 15:35:45 -0000 To: commits@jackrabbit.apache.org From: angela@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061002153545.8A3A91A981C@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: angela Date: Mon Oct 2 08:35:44 2006 New Revision: 452078 URL: http://svn.apache.org/viewvc?view=rev&rev=452078 Log: work in progress - remove DIFF comment Modified: jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java Modified: jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java?view=diff&rev=452078&r1=452077&r2=452078 ============================================================================== --- jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java (original) +++ jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/WorkspaceImpl.java Mon Oct 2 08:35:44 2006 @@ -166,7 +166,6 @@ try { // create session on other workspace for current subject // (may throw NoSuchWorkspaceException and AccessDeniedException) - // DIFF JR: srcSession = rep.createSession(session.getSubject(), srcWorkspace); srcSession = session.switchWorkspace(srcWorkspace); WorkspaceImpl srcWsp = (WorkspaceImpl) srcSession.getWorkspace(); @@ -209,7 +208,6 @@ try { // create session on other workspace for current subject // (may throw NoSuchWorkspaceException and AccessDeniedException) - // DIFF JR: srcSession = rep.createSession(session.getSubject(), srcWorkspace); srcSession = session.switchWorkspace(srcWorkspace); WorkspaceImpl srcWsp = (WorkspaceImpl) srcSession.getWorkspace();