Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 6BCF6CD59 for ; Wed, 9 May 2012 10:25:06 +0000 (UTC) Received: (qmail 49369 invoked by uid 500); 9 May 2012 10:25:06 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 49342 invoked by uid 500); 9 May 2012 10:25:06 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-commits@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 49319 invoked by uid 99); 9 May 2012 10:25:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 10:25:05 +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; Wed, 09 May 2012 10:25:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E98C238896F; Wed, 9 May 2012 10:24:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1336055 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java Date: Wed, 09 May 2012 10:24:44 -0000 To: oak-commits@jackrabbit.apache.org From: mduerig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120509102444.4E98C238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mduerig Date: Wed May 9 10:24:43 2012 New Revision: 1336055 URL: http://svn.apache.org/viewvc?rev=1336055&view=rev Log: typo Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java?rev=1336055&r1=1336054&r2=1336055&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java (original) +++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/mk/wrapper/SecurityWrapper.java Wed May 9 10:24:43 2012 @@ -16,7 +16,6 @@ */ package org.apache.jackrabbit.mk.wrapper; -import java.io.InputStream; import org.apache.jackrabbit.mk.api.MicroKernel; import org.apache.jackrabbit.mk.json.JsopReader; import org.apache.jackrabbit.mk.json.JsopStream; @@ -28,6 +27,8 @@ import org.apache.jackrabbit.mk.util.Exc import org.apache.jackrabbit.mk.util.SimpleLRUCache; import org.apache.jackrabbit.oak.commons.PathUtils; +import java.io.InputStream; + /** * A microkernel prototype implementation that filters nodes based on simple * access rights. Each user has a password, and (optionally) a list of rights, @@ -51,7 +52,7 @@ public class SecurityWrapper extends Mic /** * Decorates the given {@link MicroKernel} with authentication and * authorization. The responsibility of properly disposing the given - * MikroKernel instance remains with the caller. + * MicroKernel instance remains with the caller. * * @param mk the wrapped kernel * @param user the user name