Skip to content

Commit a583038

Browse files
committed
Revert "Committing source formatting changes. Automatically performed, see TeamCity build log:"
This reverts commit 1bf26f8.
1 parent d48b457 commit a583038

File tree

118 files changed

+843
-1013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+843
-1013
lines changed

bmc-waas/src/main/java/com/oracle/bmc/waas/Waas.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ public interface Waas extends AutoCloseable {
6262
*
6363
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
6464
* of recommended Web Application Firewall protection rules. For more information, see [WAF
65-
* Protection
66-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
65+
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
6766
*
6867
* @param request The request object containing the details to send
6968
* @return A response object containing details about the completed operation
@@ -219,8 +218,7 @@ ChangeWaasPolicyCompartmentResponse changeWaasPolicyCompartment(
219218
* the Web Application Firewall service, including rules from
220219
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
221220
* ModSecurity syntax. For more information about custom protection rules, see [Custom
222-
* Protection
223-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
221+
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
224222
*
225223
* @param request The request object containing the details to send
226224
* @return A response object containing details about the completed operation
@@ -721,9 +719,8 @@ ListCustomProtectionRulesResponse listCustomProtectionRules(
721719
*
722720
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
723721
* to accept recommended Web Application Firewall protection rules. For more information, see
724-
* [WAF Protection
725-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
726-
* is sorted by `key`, in ascending order.
722+
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
723+
* list is sorted by `key`, in ascending order.
727724
*
728725
* @param request The request object containing the details to send
729726
* @return A response object containing details about the completed operation
@@ -1159,10 +1156,10 @@ UpdateHumanInteractionChallengeResponse updateHumanInteractionChallenge(
11591156
* Updates the action for each specified protection rule. Requests can either be allowed,
11601157
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11611158
* information on protection rules, see [WAF Protection
1162-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1163-
* operation can update or disable protection rules depending on the structure of the request
1164-
* body. Protection rules can be updated by changing the properties of the protection rule
1165-
* object with the rule's key specified in the key field.
1159+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1160+
* update or disable protection rules depending on the structure of the request body. Protection
1161+
* rules can be updated by changing the properties of the protection rule object with the rule's
1162+
* key specified in the key field.
11661163
*
11671164
* @param request The request object containing the details to send
11681165
* @return A response object containing details about the completed operation

bmc-waas/src/main/java/com/oracle/bmc/waas/WaasAsync.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ public interface WaasAsync extends AutoCloseable {
5858
*
5959
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
6060
* of recommended Web Application Firewall protection rules. For more information, see [WAF
61-
* Protection
62-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
61+
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
6362
*
6463
* @param request The request object containing the details to send
6564
* @param handler The request handler to invoke upon completion, may be null.
@@ -215,8 +214,7 @@ java.util.concurrent.Future<CreateCertificateResponse> createCertificate(
215214
* the Web Application Firewall service, including rules from
216215
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
217216
* ModSecurity syntax. For more information about custom protection rules, see [Custom
218-
* Protection
219-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
217+
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
220218
*
221219
* @param request The request object containing the details to send
222220
* @param handler The request handler to invoke upon completion, may be null.
@@ -706,9 +704,8 @@ java.util.concurrent.Future<ListProtectionRulesResponse> listProtectionRules(
706704
*
707705
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
708706
* to accept recommended Web Application Firewall protection rules. For more information, see
709-
* [WAF Protection
710-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
711-
* is sorted by `key`, in ascending order.
707+
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
708+
* list is sorted by `key`, in ascending order.
712709
*
713710
* @param request The request object containing the details to send
714711
* @param handler The request handler to invoke upon completion, may be null.
@@ -1140,10 +1137,10 @@ java.util.concurrent.Future<UpdatePolicyConfigResponse> updatePolicyConfig(
11401137
* Updates the action for each specified protection rule. Requests can either be allowed,
11411138
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11421139
* information on protection rules, see [WAF Protection
1143-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1144-
* operation can update or disable protection rules depending on the structure of the request
1145-
* body. Protection rules can be updated by changing the properties of the protection rule
1146-
* object with the rule's key specified in the key field.
1140+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1141+
* update or disable protection rules depending on the structure of the request body. Protection
1142+
* rules can be updated by changing the properties of the protection rule object with the rule's
1143+
* key specified in the key field.
11471144
*
11481145
* @param request The request object containing the details to send
11491146
* @param handler The request handler to invoke upon completion, may be null.

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressList.java

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public AddressList(
5656
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5757
public static class Builder {
5858
/**
59-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
60-
* address list.
59+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
60+
* list.
6161
*/
6262
@com.fasterxml.jackson.annotation.JsonProperty("id")
6363
private String id;
6464

6565
/**
66-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
67-
* address list.
66+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
67+
* list.
6868
*
6969
* @param id the value to set
7070
* @return this builder
@@ -75,15 +75,15 @@ public Builder id(String id) {
7575
return this;
7676
}
7777
/**
78-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
79-
* address list's compartment.
78+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
79+
* list's compartment.
8080
*/
8181
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8282
private String compartmentId;
8383

8484
/**
85-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
86-
* address list's compartment.
85+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
86+
* list's compartment.
8787
*
8888
* @param compartmentId the value to set
8989
* @return this builder
@@ -286,15 +286,13 @@ public Builder toBuilder() {
286286
}
287287

288288
/**
289-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
290-
* address list.
289+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
291290
*/
292291
@com.fasterxml.jackson.annotation.JsonProperty("id")
293292
private final String id;
294293

295294
/**
296-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
297-
* address list.
295+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
298296
*
299297
* @return the value
300298
*/
@@ -303,15 +301,15 @@ public String getId() {
303301
}
304302

305303
/**
306-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
307-
* address list's compartment.
304+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
305+
* compartment.
308306
*/
309307
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
310308
private final String compartmentId;
311309

312310
/**
313-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
314-
* address list's compartment.
311+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
312+
* compartment.
315313
*
316314
* @return the value
317315
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressListSummary.java

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ public AddressListSummary(
5555
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5656
public static class Builder {
5757
/**
58-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
59-
* address list.
58+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
59+
* list.
6060
*/
6161
@com.fasterxml.jackson.annotation.JsonProperty("id")
6262
private String id;
6363

6464
/**
65-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
66-
* address list.
65+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
66+
* list.
6767
*
6868
* @param id the value to set
6969
* @return this builder
@@ -74,15 +74,15 @@ public Builder id(String id) {
7474
return this;
7575
}
7676
/**
77-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
78-
* address list's compartment.
77+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
78+
* list's compartment.
7979
*/
8080
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8181
private String compartmentId;
8282

8383
/**
84-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
85-
* address list's compartment.
84+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
85+
* list's compartment.
8686
*
8787
* @param compartmentId the value to set
8888
* @return this builder
@@ -264,15 +264,13 @@ public Builder toBuilder() {
264264
}
265265

266266
/**
267-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
268-
* address list.
267+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
269268
*/
270269
@com.fasterxml.jackson.annotation.JsonProperty("id")
271270
private final String id;
272271

273272
/**
274-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
275-
* address list.
273+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
276274
*
277275
* @return the value
278276
*/
@@ -281,15 +279,15 @@ public String getId() {
281279
}
282280

283281
/**
284-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
285-
* address list's compartment.
282+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
283+
* compartment.
286284
*/
287285
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
288286
private final String compartmentId;
289287

290288
/**
291-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
292-
* address list's compartment.
289+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
290+
* compartment.
293291
*
294292
* @return the value
295293
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/Certificate.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -507,15 +507,13 @@ public Builder toBuilder() {
507507
}
508508

509509
/**
510-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
511-
* certificate.
510+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
512511
*/
513512
@com.fasterxml.jackson.annotation.JsonProperty("id")
514513
private final String id;
515514

516515
/**
517-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
518-
* certificate.
516+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
519517
*
520518
* @return the value
521519
*/
@@ -524,15 +522,15 @@ public String getId() {
524522
}
525523

526524
/**
527-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
528-
* certificate's compartment.
525+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
526+
* compartment.
529527
*/
530528
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
531529
private final String compartmentId;
532530

533531
/**
534-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
535-
* certificate's compartment.
532+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
533+
* compartment.
536534
*
537535
* @return the value
538536
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/CertificateSummary.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public CertificateSummary(
5656
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5757
public static class Builder {
5858
/**
59-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
60-
* SSL certificate.
59+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
60+
* certificate.
6161
*/
6262
@com.fasterxml.jackson.annotation.JsonProperty("id")
6363
private String id;
6464

6565
/**
66-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
67-
* SSL certificate.
66+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
67+
* certificate.
6868
*
6969
* @param id the value to set
7070
* @return this builder
@@ -75,15 +75,15 @@ public Builder id(String id) {
7575
return this;
7676
}
7777
/**
78-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
79-
* SSL certificate's compartment.
78+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
79+
* certificate's compartment.
8080
*/
8181
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8282
private String compartmentId;
8383

8484
/**
85-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
86-
* SSL certificate's compartment.
85+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
86+
* certificate's compartment.
8787
*
8888
* @param compartmentId the value to set
8989
* @return this builder

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeAddressListCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ public Builder toBuilder() {
8585
}
8686

8787
/**
88-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
89-
* compartment into which the resource should be moved. For information about moving resources
90-
* between compartments, see [Moving Resources to a Different
88+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
89+
* into which the resource should be moved. For information about moving resources between
90+
* compartments, see [Moving Resources to a Different
9191
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9292
*/
9393
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9494
private final String compartmentId;
9595

9696
/**
97-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
98-
* compartment into which the resource should be moved. For information about moving resources
99-
* between compartments, see [Moving Resources to a Different
97+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
98+
* into which the resource should be moved. For information about moving resources between
99+
* compartments, see [Moving Resources to a Different
100100
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
101101
*
102102
* @return the value

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeCertificateCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ public Builder toBuilder() {
8585
}
8686

8787
/**
88-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
89-
* compartment into which the resource should be moved. For information about moving resources
90-
* between compartments, see [Moving Resources to a Different
88+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
89+
* into which the resource should be moved. For information about moving resources between
90+
* compartments, see [Moving Resources to a Different
9191
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9292
*/
9393
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9494
private final String compartmentId;
9595

9696
/**
97-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
98-
* compartment into which the resource should be moved. For information about moving resources
99-
* between compartments, see [Moving Resources to a Different
97+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
98+
* into which the resource should be moved. For information about moving resources between
99+
* compartments, see [Moving Resources to a Different
100100
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
101101
*
102102
* @return the value

0 commit comments

Comments
 (0)