Skip to content

Commit

Permalink
Update pubnub-gson/pubnub-gson-api/src/main/java/com/pubnub/api/java/…
Browse files Browse the repository at this point in the history
…v2/PNConfiguration.kt

Co-authored-by: Wojtek Kaliciński <[email protected]>
  • Loading branch information
marcin-cebo and wkal-pubnub authored Oct 17, 2024
1 parent aad3c5d commit 02ea1a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ interface PNConfiguration : com.pubnub.api.v2.PNConfiguration {
override fun secretKey(secretKey: String): Builder

@Deprecated(
message = "This setting is deprecated because it relates to deprecated Access Manager (PAM V2) and will be remove in the future. " +
message = "This setting is deprecated because it relates to deprecated Access Manager (PAM V2) and will be removed in the future. " +
"Please, migrate to new Access Manager (PAM V3) https://www.pubnub.com/docs/general/resources/migration-guides/pam-v3-migration",
level = DeprecationLevel.WARNING
)
Expand Down

0 comments on commit 02ea1a2

Please sign in to comment.