pjfanning commented on code in PR #949:
URL: https://github.com/apache/incubator-pekko/pull/949#discussion_r1451783596
##########
actor/src/main/java/org/apache/pekko/japi/JAPI.java:
##########
@@ -15,8 +15,11 @@
import scala.collection.Seq;
+@Deprecated
Review Comment:
could you you use a format like this?
```
/**
* @deprecated This method is no longer acceptable to compute time
between versions. Use {@link Utils#calculatePeriod(Machine)} instead.
*/
@Deprecated(since = "1.1.0")
```
The text is grabbed from another example but the idea is that we need to
specify what the recommended alternative is.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]