update deprecation message (#181)
This commit is contained in:
parent
35a5daf77d
commit
fd932032cd
1 changed files with 3 additions and 3 deletions
|
|
@ -67,10 +67,10 @@ import java.util.TreeMap;
|
||||||
*
|
*
|
||||||
* @author kenton@google.com Kenton Varda
|
* @author kenton@google.com Kenton Varda
|
||||||
*
|
*
|
||||||
* @deprecated akka-protobuf was never intended to be used by end users.
|
* @deprecated pekko-protobuf was never intended to be used by end users.
|
||||||
* It is deprecated since 2.6.0 in favor of using Protobuf v3.
|
* It is deprecated since Akka 2.6.0 in favor of using Protobuf v3.
|
||||||
* Applications should use standard Protobuf dependency instead of
|
* Applications should use standard Protobuf dependency instead of
|
||||||
* akka-protobuf or akka-protobuf-v3.
|
* pekko-protobuf or pekko-protobuf-v3.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public abstract class GeneratedMessage extends AbstractMessage
|
public abstract class GeneratedMessage extends AbstractMessage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue