Skip to content

Commit

Permalink
📝 Udpate javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jul 10, 2023
1 parent 126e3f0 commit 577d495
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public GenericScimResource convert(final RESOURCE resource) throws BadRequestExc
* Convert a resource after preparing it with the supplied BiConsumer.
*
* @param resource The resource to be converted.
* @param prepareResource A BiConsumer that will do prepare the resource. Usually used to set the references of {@link
* com.bettercloud.scim2.common.ComplexRef}
* @param prepareResource A BiConsumer that will do prepare the resource. Usually used to set the references.
*
* @return A generic resource that has had all the correct types and locations set.
*
Expand Down Expand Up @@ -78,8 +77,7 @@ public GenericScimResource convert(final String attributes, final String exclude
* @param attributes Attributes filter. ex type,schemaBlob
* @param excludedAttributes Exclude attributes filter. ex type,schemaBlob This is not used if the attributes filter is defined.
* @param resource The resource to be converted.
* @param prepareResource A BiConsumer that will prepare the resource. Usually used to set the references of {@link
* com.bettercloud.scim2.common.ComplexRef}
* @param prepareResource A BiConsumer that will prepare the resource. Usually used to set the references.
*
* @return A generic resource that has had all the correct types and locations set.
*
Expand Down Expand Up @@ -128,8 +126,7 @@ public List<GenericScimResource> convert(final String attributes,
* @param attributes Attributes filter. ex type,schemaBlob
* @param excludedAttributes Excluded attributes filter. ex type,schemaBlob
* @param resourceList The resources to be converted.
* @param prepareResource A BiConsumer that will prepare the resource. Usually used to set the references of {@link
* com.bettercloud.scim2.common.ComplexRef}
* @param prepareResource A BiConsumer that will prepare the resource. Usually used to set the references.
*
* @return A list of generic resources that have had all the correct types and locations set.
*
Expand Down

0 comments on commit 577d495

Please sign in to comment.