Ejemplo n.º 1
0
 boolean hasTag(CharSequence geocacheId, Tag tag) {
   return tagStore.hasTag(geocacheId, tag);
 }