METAGEN-67 removing comment

This commit is contained in:
Hardy Ferentschik 2012-01-17 16:30:23 +01:00 committed by Strong Liu
parent e8233364ea
commit 6146563ee8
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import org.hibernate.jpamodelgen.test.accesstype.Shop;
*/
@MappedSuperclass
public class Product {
// @Access(AccessType.FIELD)
@ManyToOne
Shop shop;
}