Merge branch 'master' of github.com:SpringSource/spring-data-document

This commit is contained in:
Thomas Risberg
2010-12-02 15:51:56 -05:00
2 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.data.document.mongodb.bean.factory;
package org.springframework.data.document.mongodb;
import java.util.List;
@@ -24,8 +24,6 @@ import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.dao.DataAccessException;
import org.springframework.dao.support.PersistenceExceptionTranslator;
import org.springframework.data.document.mongodb.CannotGetMongoDbConnectionException;
import org.springframework.data.document.mongodb.MongoDbUtils;
import org.springframework.util.Assert;
import com.mongodb.Mongo;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.document.mongodb.bean.factory;
package org.springframework.data.document.mongodb;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.InitializingBean;