pjfanning commented on code in PR #949:
URL: https://github.com/apache/incubator-pekko/pull/949#discussion_r1451796244


##########
actor/src/main/java/org/apache/pekko/japi/JAPI.java:
##########
@@ -15,8 +15,14 @@
 
 import scala.collection.Seq;
 
+@Deprecated
 public class JAPI {
 
+  /**
+   * @deprecated Use 
<code>Util.immutableSeq(java.util.Arrays.asList(...))</code> instead. 
Deprecated since

Review Comment:
   I still don't know where this is Util class is. It could mean anything. It 
is too generic a name not to be fully qualified.



-- 
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]

Reply via email to