Skip to content

Commit 1ad1da7

Browse files
committed
Fixes #494 - removes the now-erroneous code comment
1 parent 1bda20c commit 1ad1da7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sfdx-source/apex-common/main/classes/fflib_QueryFactory.cls

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
* will be included by default. Constructing Ordering instances manually is discouraged.
4141
*
4242
* Subselect Queries are supported with the subselectQuery methods.
43-
* More than one sub-query can be added to a single query, but sub-queries can only be 1 level deep.
44-
* An exception will thrown from the subselectQuery method when there is an attempt to add a subquery to a sub-query
45-
* or to add a subquery to a query with an invalid relationship.
43+
* More than one sub-query can be added to a single query.
44+
* An exception will thrown from the subselectQuery method when there is an attempt to add a subquery to a query with an invalid relationship.
4645
*
4746
* Current limitations:
4847
* - Aggregate functions are not currently supported.

0 commit comments

Comments
 (0)