Skip to content

Commit

Permalink
HHH-5580 - Tracking modified entity names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Aug 31, 2011
1 parent 8fc116f commit ab564b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -37,6 +37,7 @@

/**
* @author Adam Warski (adam at warski dot org)
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
*/
public class DefaultRevisionInfoGenerator implements RevisionInfoGenerator {
private final String revisionInfoEntityName;
Expand Down
1 change: 0 additions & 1 deletion hibernate-envers/src/test/resources/testng.xml
Expand Up @@ -84,7 +84,6 @@
<package name="org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited" />
<package name="org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited" />
<package name="org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited" />
<package name="org.hibernate.envers.test.integration.cascade" />
'>
]>

Expand Down

0 comments on commit ab564b3

Please sign in to comment.