Fix conflict

This commit is contained in:
kstamatis
2013-10-18 21:48:18 +03:00
parent 8445c1a7af
commit 566bb592ef

View File

@@ -1930,7 +1930,6 @@ public class ItemImport
boolean pathDeleted = path.delete(); boolean pathDeleted = path.delete();
return (pathDeleted); return (pathDeleted);
} }
<<<<<<< HEAD
/** /**
* Generate a random filename based on current time * Generate a random filename based on current time
@@ -2120,6 +2119,3 @@ public class ItemImport
} }
} }
} }
=======
}
>>>>>>> DS-1686