Ejemplo n.º 1
0
  /**
   * @param targetUID
   * @return
   */
  public String getTokenFor(String targetUID) {
    if (targetUID == null) {
      throw new NullPointerException();
    }

    return mTable.getTokenFor(targetUID);
  }