From 61da322e0bb534aa63c402542b0066aec4b8b79b Mon Sep 17 00:00:00 2001 From: John Tims Date: Thu, 12 Nov 2015 06:55:55 -0700 Subject: [PATCH] Remove metadata reset comment in docs See #1526 --- querydsl-docs/src/main/docbook/en-US/content/intro.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/querydsl-docs/src/main/docbook/en-US/content/intro.xml b/querydsl-docs/src/main/docbook/en-US/content/intro.xml index 7af12b254..c6303b414 100644 --- a/querydsl-docs/src/main/docbook/en-US/content/intro.xml +++ b/querydsl-docs/src/main/docbook/en-US/content/intro.xml @@ -44,11 +44,6 @@ in all implementations and also the Query interfaces have a common base interface. - - All query instances can be reused multiple times. After the projection the paging data - (limit and offset) and the definition of the projection are removed. - - To get an impression of the expressivity of the Querydsl query and expression types go to the javadocs and explore com.querydsl.core.Query, com.querydsl.core.Fetchable