Skip to content

Commit

Permalink
Fix table format in serializer asciidoc
Browse files Browse the repository at this point in the history
f9e3200 seemed to accidentally
introduce a bunch of spaces after commas in the format string for this
page's table, which seems to break it in the HTML output in such a way
that the table appears to stretch off the right side of the page.
Removing the spaces from the formatting string.
  • Loading branch information
dalaro committed Sep 19, 2015
1 parent 279d7b2 commit 2403a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/serializer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Datatype and Attribute Serializer Configuration
Titan supports a number of classes for attribute values on properties. Titan efficiently serializes primitives, primitive arrays, `Date`, `ArrayList` and `HashMap`. By default, Titan allows arbitrary objects as attribute values on properties, but those use default serializer which have significant overhead and may not be as efficient.

.Serialization Configuration Options
[cols="4, 7, 2, 2, 1", options="header"]
[cols="4,7,2,2,1", options="header"]
|==========================
|Option |Description |Value |Default |Modifiable
|attributes.allow-all |
Expand Down

0 comments on commit 2403a7f

Please sign in to comment.