Return-Path: X-Original-To: apmail-gora-commits-archive@www.apache.org Delivered-To: apmail-gora-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31E6610384 for ; Wed, 25 Jun 2014 14:31:23 +0000 (UTC) Received: (qmail 91940 invoked by uid 500); 25 Jun 2014 14:31:23 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 91904 invoked by uid 500); 25 Jun 2014 14:31:23 -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 91891 invoked by uid 99); 25 Jun 2014 14:31:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:31:22 +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, 25 Jun 2014 14:31:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C31A72388868; Wed, 25 Jun 2014 14:31:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1605422 - /gora/site/trunk/content/current/tutorial.md Date: Wed, 25 Jun 2014 14:31:01 -0000 To: commits@gora.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140625143101.C31A72388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lewismc Date: Wed Jun 25 14:31:00 2014 New Revision: 1605422 URL: http://svn.apache.org/r1605422 Log: GORA-345 Fix HTML entity problem in tutorial Modified: gora/site/trunk/content/current/tutorial.md Modified: gora/site/trunk/content/current/tutorial.md URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1605422&r1=1605421&r2=1605422&view=diff ============================================================================== --- gora/site/trunk/content/current/tutorial.md (original) +++ gora/site/trunk/content/current/tutorial.md Wed Jun 25 14:31:00 2014 @@ -283,7 +283,7 @@ For this tutorial we will be using the f -Every mapping file starts with the top level element . +Every mapping file starts with the top level element <gora-otd>. Gora HBase mapping files can have two type of child elements, table and class declarations. All of the table and class definitions should be listed at this level.