code style improvements.
[utils] / test / jpatest-hibernate / src / test / java / org / wamblee / support / persistence / hibernate / TransactionProxyFactoryTest.java
1 package org.wamblee.support.persistence.hibernate;
2
3 import org.wamblee.support.persistence.TransactionProxyFactoryTestBase;
4
5 public class TransactionProxyFactoryTest extends
6     TransactionProxyFactoryTestBase {
7
8 }