NIHVIVO-160 Change package from webapp.utils.filestorage to webapp.filestorage.backend

This commit is contained in:
jeb228 2010-05-26 20:10:24 +00:00
parent f6b3acd831
commit 916a7a5d62
11 changed files with 13 additions and 13 deletions

View file

@ -1,8 +1,8 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage;
package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static edu.cornell.mannlib.vitro.webapp.utils.filestorage.FileStorageFactory.PROPERTY_IMPLEMETATION_CLASSNAME;
import static edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageFactory.PROPERTY_IMPLEMETATION_CLASSNAME;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage;
package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static org.junit.Assert.assertEquals;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage;
package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static org.junit.Assert.*;
import static org.junit.Assert.assertTrue;