This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new fd932032cd update deprecation message (#181)
fd932032cd is described below
commit fd932032cdf767367ada906dc70aac3060e6caca
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 14 23:15:30 2023 +0100
update deprecation message (#181)
---
.../src/main/java/org/apache/pekko/protobuf/GeneratedMessage.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/protobuf/src/main/java/org/apache/pekko/protobuf/GeneratedMessage.java
b/protobuf/src/main/java/org/apache/pekko/protobuf/GeneratedMessage.java
index 90fcbf75bd..f1f73cb9f2 100644
--- a/protobuf/src/main/java/org/apache/pekko/protobuf/GeneratedMessage.java
+++ b/protobuf/src/main/java/org/apache/pekko/protobuf/GeneratedMessage.java
@@ -67,10 +67,10 @@ import java.util.TreeMap;
*
* @author [email protected] Kenton Varda
*
- * @deprecated akka-protobuf was never intended to be used by end users.
- * It is deprecated since 2.6.0 in favor of using Protobuf v3.
+ * @deprecated pekko-protobuf was never intended to be used by end users.
+ * It is deprecated since Akka 2.6.0 in favor of using Protobuf v3.
* Applications should use standard Protobuf dependency instead of
- * akka-protobuf or akka-protobuf-v3.
+ * pekko-protobuf or pekko-protobuf-v3.
*/
@Deprecated
public abstract class GeneratedMessage extends AbstractMessage
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]