예제 #1
0
파일: TagReader.java 프로젝트: sng/gb
 boolean hasTag(CharSequence geocacheId, Tag tag) {
   return tagStore.hasTag(geocacheId, tag);
 }