@@ -114,7 +114,7 @@ public RelationshipTupleRead[] list(String subject, String relation, String obje
114114 * @param object The object of the relationship (a resource instance key).
115115 * @param page The page number of the results.
116116 * @return An array of RelationshipTupleRead objects representing the relationship tuples.
117- * @throws IOException If an I/Oerror occurs during the HTTP request.
117+ * @throws IOException If an I/O error occurs during the HTTP request.
118118 * @throws PermitApiError If the Permit API returns a response with an error status code.
119119 * @throws PermitContextError If the configured {@link io.permit.sdk.PermitContext} does not match the required endpoint context.
120120 */
@@ -129,7 +129,7 @@ public RelationshipTupleRead[] list(String subject, String relation, String obje
129129 * @param relation The relation between the two resource instances.
130130 * @param object The object of the relationship (a resource instance key).
131131 * @return An array of RelationshipTupleRead objects representing the relationship tuples.
132- * @throws IOException If an I/Oerror occurs during the HTTP request.
132+ * @throws IOException If an I/O error occurs during the HTTP request.
133133 * @throws PermitApiError If the Permit API returns a response with an error status code.
134134 * @throws PermitContextError If the configured {@link io.permit.sdk.PermitContext} does not match the required endpoint context.
135135 */
@@ -141,7 +141,7 @@ public RelationshipTupleRead[] list(String subject, String relation, String obje
141141 * Lists all relationship tuples with the default pagination parameters.
142142 *
143143 * @return An array of RelationshipTupleRead objects representing the relationship tuples.
144- * @throws IOException If an I/Oerror occurs during the HTTP request.
144+ * @throws IOException If an I/O error occurs during the HTTP request.
145145 * @throws PermitApiError If the Permit API returns a response with an error status code.
146146 * @throws PermitContextError If the configured {@link io.permit.sdk.PermitContext} does not match the required endpoint context.
147147 */
0 commit comments