You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2020/01/11 23:36:54 UTC

svn commit: r1872625 - /jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext

Author: claude
Date: Sat Jan 11 23:36:54 2020
New Revision: 1872625

URL: http://svn.apache.org/viewvc?rev=1872625&view=rev
Log:
Indicated that query builder requies an extra jar

Modified:
    jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext

Modified: jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext?rev=1872625&r1=1872624&r2=1872625&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext (original)
+++ jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext Sat Jan 11 23:36:54 2020
@@ -13,7 +13,7 @@ Table of Contents
 Overview
 ========
 
-Query Builder provides implementations of Ask, Construct, Select and Update builders that allow developers to create queries without resorting to StringBuilders or similar solutions.
+Query Builder provides implementations of Ask, Construct, Select and Update builders that allow developers to create queries without resorting to StringBuilders or similar solutions.  The Query Builder module is a extra package and is found in the `jena-querybuilder` jar. 
 
 Each of the builders has a series of methods to define the query.  Each method returns the builder for easy chaining.  The  example: