Skip to content

Commit

Permalink
Merge branch 'main' into mohnoor94/release20250204
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 authored Feb 18, 2025
2 parents 3e5d515 + db43fd2 commit 0c4cb93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import com.expediagroup.sdk.core.model.Operation
* @property params [{{classname}}Params]
{{/hasNonBodyParams}}
*/
{{#isDeprecated}}
@Deprecated("This operation is deprecated and will be removed in a future version.")
{{/isDeprecated}}
class {{classname}} {{#isLinkable}}private constructor{{/isLinkable}}(
{{#hasNonBodyParams}}
params: {{classname}}Params{{#isLinkable}}?{{/isLinkable}},
Expand Down Expand Up @@ -121,4 +124,4 @@ import com.expediagroup.sdk.core.model.Operation
{{/isLinkable}}
}
{{/operation}}
{{/operations}}
{{/operations}}
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
}

{{/isLinkable}}{{/operation}}{{/operations}}

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ public abstract class RapidService {
.endpoint(Constants.SANDBOX_URL) // remove to connect to the production environment
.requestTimeout(10000)
.build();

}

0 comments on commit 0c4cb93

Please sign in to comment.