Hi I'm trying to use guava Sets in a simple drools function (drools 5.1.1). But when I add an import statement:
import com.google.common.collect.Sets; The compiler fails with message: mismatched input 'COLLECT' expecting 'identifier' in import Maybe the collect keyword should be omitted for import statements? Grtz Evert -- View this message in context: http://drools.46999.n3.nabble.com/Guava-import-fails-on-collect-keyword-tp3239299p3239299.html Sent from the Drools: User forum mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
