You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/04 01:00:44 UTC

svn commit: r1599831 - /gora/site/trunk/content/current/gora-camel.md

Author: lewismc
Date: Tue Jun  3 23:00:43 2014
New Revision: 1599831

URL: http://svn.apache.org/r1599831
Log:
CMS commit to gora by lewismc

Modified:
    gora/site/trunk/content/current/gora-camel.md

Modified: gora/site/trunk/content/current/gora-camel.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-camel.md?rev=1599831&r1=1599830&r2=1599831&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-camel.md (original)
+++ gora/site/trunk/content/current/gora-camel.md Tue Jun  3 23:00:43 2014
@@ -86,12 +86,14 @@ Maven users will need to add the followi
 	<td><tt><code>schemaExists</code></tt> 
 	<td>*Returns whether the schema that holds the data exists in the datastore.*</td>
    </tr>
- <table> 
+ </table> 
 
 
-## Options
+##Options
+
+
+###Gora Headers
 
-### Gora Headers
 <table>
 <tr><th align="left">Property</th><th align="left">Description</th></tr>
 
@@ -105,7 +107,7 @@ Maven users will need to add the followi
 	<td><tt><code>GoraKey</code></tt> 
 	<td>*Used in order to define the datum key for the operations need it.*</td>
    </tr>
- <table>
+ </table>
 
 ### Gora Configuration attributes
 
@@ -146,7 +148,7 @@ Maven users will need to add the followi
 	</td><td>_boolean_</td>
 	<td> *Flush on every operation (used only by producers).*</td>
    </tr>
-<table>
+</table>
 
 *NOTE: the gora configuration properties marked with asterisk are mandatory* 
    
@@ -221,7 +223,7 @@ Maven users will need to add the followi
 	<td> *Fields attribute.*</td>
    </tr>
    
-<table>
+</table>
 
 ### Usage examples