You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2011/03/18 14:08:27 UTC

svn commit: r1082901 - /chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext

Author: jens
Date: Fri Mar 18 13:08:27 2011
New Revision: 1082901

URL: http://svn.apache.org/viewvc?rev=1082901&view=rev
Log:
Trying to debug failing page

Modified:
    chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext

Modified: chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext?rev=1082901&r1=1082900&r2=1082901&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext (original)
+++ chemistry/site/trunk/content/java/how-to/how-to-process-query.mdtext Fri Mar 18 13:08:27 2011
@@ -130,9 +130,6 @@ type definitions that are referenced in 
 provides the necessary information for resolving the references. For
 example the statement
 
-    `... WHERE x < 123`
-
-
 will result in calling the method `onLessThan()` in your walker callback
 implementation: