コード例 #1
0
ファイル: IdvManager.java プロジェクト: RickKohrs/IDV
 /**
  * Wrapper method, calling into idv
  *
  * @return The store from the IDV
  */
 protected IdvObjectStore getStore() {
   return idv.getStore();
 }