Change log file to log.txt because otherwise it's ingored by git

This commit is contained in:
Vlad Mihalcea 2017-11-20 19:21:09 +02:00
parent d6441b7081
commit 779dcc4078
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
javax.persistence.RollbackException: Error while committing the transaction
Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException:
Caused by: org.hibernate.HibernateException: changed an immutable collection instance: [
org.hibernate.userguide.immutability.CollectionImmutabilityTest$Batch.events#1
]

View File

@ -101,7 +101,7 @@ include::{sourcedir}/CollectionImmutabilityTest.java[tags=collection-immutabilit
[source, bash, indent=0]
----
include::{extrasdir}/collection-immutability-update-example.log[]
include::{extrasdir}/collection-immutability-update-example.log.txt[]
----
====