You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wayang.apache.org by GitBox <gi...@apache.org> on 2022/02/09 22:51:28 UTC

[GitHub] [incubator-wayang] github-actions[bot] opened a new issue #71: add the documentation in the implicit of org.apache.wayang.api

github-actions[bot] opened a new issue #71:
URL: https://github.com/apache/incubator-wayang/issues/71


   add the documentation in the implicit of org.apache.wayang.api
   
   https://github.com/apache/incubator-wayang/blob/278cbdc4bd8e87863a7cb43bc68c52ca783039c0/wayang-api/wayang-api-scala-java/code/main/scala/org/apache/wayang/api/package.scala#L41
   
   ```scala
   
   /**
     * Provides implicits for the basic Wayang API.
     */
   /**
    * TODO: add the documentation in the implicit of org.apache.wayang.api
    * labels: documentation,todo
    */
   package object api {
   
     implicit def basicDataUnitType[T](implicit classTag: ClassTag[T]): BasicDataUnitType[T] = {
   
   ```
   
   afd91b27aa8122e38852815a840fd64dd31ecd63


-- 
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: dev-unsubscribe@wayang.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org