You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/04/12 21:58:47 UTC

svn commit: r1467439 - /accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex

Author: ecn
Date: Fri Apr 12 19:58:47 2013
New Revision: 1467439

URL: http://svn.apache.org/r1467439
Log:
ACCUMULO-1096 make classname type consistent with other references

Modified:
    accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex

Modified: accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex?rev=1467439&r1=1467438&r2=1467439&view=diff
==============================================================================
--- accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex (original)
+++ accumulo/branches/1.5/docs/src/user_manual/chapters/table_configuration.tex Fri Apr 12 19:58:47 2013
@@ -375,10 +375,10 @@ foo day:20080103 []    1
 \normalsize
 
 Accumulo includes some useful Combiners out of the box.  To find these look in
-the\\ \textbf{org.apache.accumulo.core.iterators.user} package.
+the\\ \texttt{org.apache.accumulo.core.iterators.user} package.
 
 Additional Combiners can be added by creating a Java class that extends\\
-\textbf{org.apache.accumulo.core.iterators.Combiner} and adding a jar containing that
+\texttt{org.apache.accumulo.core.iterators.Combiner} and adding a jar containing that
 class to Accumulo's lib/ext directory.
 
 An example of a Combiner can be found under\\