Move @immutable examples to spring-hibernate5 (#1350)

This commit is contained in:
Grzegorz Piwowarek 2017-03-09 21:03:37 +01:00 committed by GitHub
parent 64ec368139
commit 71e0d80096
4 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,7 @@
<module>spring-freemarker</module>
<module>spring-hibernate3</module>
<module>spring-hibernate4</module>
<module>spring-hibernate5</module>
<module>spring-integration</module>
<module>spring-jersey</module>
<module>spring-jms</module>

View File

@ -11,7 +11,9 @@ import org.junit.Test;
import org.junit.rules.ExpectedException;
public class HibernateImmutableIntegrationTest {
private Session session;
@Rule
public final ExpectedException exception = ExpectedException.none();