Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 54D10200B81 for ; Tue, 30 Aug 2016 01:37:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 534EF160AC9; Mon, 29 Aug 2016 23:37:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A39EE160AB8 for ; Tue, 30 Aug 2016 01:37:54 +0200 (CEST) Received: (qmail 36142 invoked by uid 500); 29 Aug 2016 23:37:53 -0000 Mailing-List: contact commits-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list commits@gora.apache.org Received: (qmail 36133 invoked by uid 99); 29 Aug 2016 23:37:53 -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; Mon, 29 Aug 2016 23:37:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD2EFE00C4; Mon, 29 Aug 2016 23:37:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lewismc@apache.org To: commits@gora.apache.org Date: Mon, 29 Aug 2016 23:37:53 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] gora git commit: GORA-492 javadoc:jar build problem fix archived-at: Mon, 29 Aug 2016 23:37:55 -0000 Repository: gora Updated Branches: refs/heads/master 239b7967b -> bb1a1ac01 GORA-492 javadoc:jar build problem fix Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/4bd9db01 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/4bd9db01 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/4bd9db01 Branch: refs/heads/master Commit: 4bd9db01a4ca5629d24216f4710fdb550f593335 Parents: b536271 Author: cihad guzel Authored: Tue Aug 30 02:26:28 2016 +0300 Committer: cihad guzel Committed: Tue Aug 30 02:26:28 2016 +0300 ---------------------------------------------------------------------- .../org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/4bd9db01/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java ---------------------------------------------------------------------- diff --git a/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java b/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java index 07e3447..0a51c94 100644 --- a/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java +++ b/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/compiler/GoraDynamoDBCompiler.java @@ -46,7 +46,7 @@ import com.amazonaws.services.dynamodbv2.model.KeyType; /** * Generate specific Java classes for defined schemas. - * Different from the {@link org.apache.gora.compiler.GoraCompiler}, + * Different from the @see org.apache.gora.compiler.GoraCompiler, * which uses an .avsc or .json schema definition, this compiler * expects an XML schema file as input. */