rdf.scala.utils: simplify usage of as-method --------------------------------------------
Key: CLEREZZA-211
URL: https://issues.apache.org/jira/browse/CLEREZZA-211
Project: Clerezza
Issue Type: Improvement
Reporter: Reto Bachmann-Gmür
lit.as(classOf[java.util.Date])
by using an implicit Manifest argument this can be simplified to
lit.as[java.util.Date]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
