We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53f2d1 commit 590430dCopy full SHA for 590430d
typedrest/src/main/kotlin/net/typedrest/endpoints/generic/CollectionEndpoint.kt
@@ -7,4 +7,5 @@ package net.typedrest.endpoints.generic
7
*
8
* @param TEntity The type of individual elements in the collection.
9
*/
10
-interface CollectionEndpoint<TEntity> : GenericCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>
+interface CollectionEndpoint<TEntity>
11
+ : GenericCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>
0 commit comments