EntityTag.matches(EntityTag tag1, String tag2) doesn't work
-----------------------------------------------------------
Key: ABDERA-62
URL: https://issues.apache.org/jira/browse/ABDERA-62
Project: Abdera
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: David Calavera
Priority: Trivial
The method EntityTag.matches(EntityTag tag1, String tag2) calls "equals" method
with an EntityTag and String as parameters, it should generate the EntityTag
with the String before call the "equals" method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.