Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-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 54CA518EB0 for ; Sat, 11 Jul 2015 10:11:30 +0000 (UTC) Received: (qmail 68314 invoked by uid 500); 11 Jul 2015 10:11:30 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 68271 invoked by uid 500); 11 Jul 2015 10:11:30 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 68255 invoked by uid 99); 11 Jul 2015 10:11:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jul 2015 10:11:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B90CFE046A; Sat, 11 Jul 2015 10:11:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Sat, 11 Jul 2015 10:11:30 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] zest-qi4j git commit: File EntityStore, minor: fix javadoc File EntityStore, minor: fix javadoc Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/4ed5c437 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/4ed5c437 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/4ed5c437 Branch: refs/heads/develop Commit: 4ed5c4371a3b10e9d27c987a3db1a25071090a1e Parents: b6c2886 Author: Paul Merlin Authored: Sat Jul 11 12:11:14 2015 +0200 Committer: Paul Merlin Committed: Sat Jul 11 12:11:14 2015 +0200 ---------------------------------------------------------------------- .../org/qi4j/entitystore/file/FileEntityStoreConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/4ed5c437/extensions/entitystore-file/src/main/java/org/qi4j/entitystore/file/FileEntityStoreConfiguration.java ---------------------------------------------------------------------- diff --git a/extensions/entitystore-file/src/main/java/org/qi4j/entitystore/file/FileEntityStoreConfiguration.java b/extensions/entitystore-file/src/main/java/org/qi4j/entitystore/file/FileEntityStoreConfiguration.java index 4cf490c..cf97af8 100644 --- a/extensions/entitystore-file/src/main/java/org/qi4j/entitystore/file/FileEntityStoreConfiguration.java +++ b/extensions/entitystore-file/src/main/java/org/qi4j/entitystore/file/FileEntityStoreConfiguration.java @@ -39,7 +39,7 @@ public interface FileEntityStoreConfiguration * If a configuration is given, the entity store will be placed in the * DATA directory, which is operating system specific. *

- * + *
* * *
OSLocation
Linux/Unix{user}/.{application}/data
OSX{user}/Library/Application Support/{application}