Skip to content

Commit 86dde17

Browse files
committed
GeneratedConnector.kt: kdoc: make mention of "in an unspecified order" consistent with other methods that have the same text.
1 parent d0840cf commit 86dde17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ public interface GeneratedConnector<T : GeneratedConnector<T>> {
5353

5454
/**
5555
* Returns a list containing all [GeneratedQuery] and [GeneratedMutation] objects defined as
56-
* properties in this object.
56+
* properties in this object, in an unspecified order..
5757
*
5858
* Namely, the returned list will contain exactly the elements returned from [queries] and
59-
* [mutations], in an unspecified order.
59+
* [mutations].
6060
*
6161
* @see queries
6262
* @see mutations

0 commit comments

Comments
 (0)