예제 #1
0
파일: Main.java 프로젝트: petecliff/pdups
 private void storePhotoInfo(String sum, String date, String path) {
   pstore.store(sum, date, path);
 }