~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-annotations-3.4.0.GA/test/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java

  • Committer: Raging Goblin
  • Date: 2013-11-16 16:51:32 UTC
  • Revision ID: raging_goblin-20131116165132-weujnptzc88uy4ah
Mavenized the project, now using shared project InfologSync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//$Id: SwimmingPool.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
2
 
package org.hibernate.test.annotations.inheritance.joined;
3
 
 
4
 
import javax.persistence.Entity;
5
 
 
6
 
/**
7
 
 * @author Emmanuel Bernard
8
 
 */
9
 
@Entity
10
 
public class SwimmingPool extends Pool {
11
 
}
 
 
b'\\ No newline at end of file'