Skip to content

Commit

Permalink
package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Dec 31, 2013
1 parent ca62e14 commit 951a83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-hibernate3/src/main/resources/persistenceConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="packagesToScan" value="org.baeldung.spring.persistence.model" />
<property name="packagesToScan" value="org.baeldung.persistence.model" />
<property name="hibernateProperties">
<props>
<prop key="hibernate.hbm2ddl.auto">${hibernate.hbm2ddl.auto}</prop>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.spring.persistence.service;
package org.baeldung.persistence.service;

import static org.apache.commons.lang3.RandomStringUtils.randomAlphabetic;

Expand Down

0 comments on commit 951a83c

Please sign in to comment.