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