(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 26 Apr 2010 20:17:18 +0000 (20:17 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 26 Apr 2010 20:17:18 +0000 (20:17 +0000)
security/impl/src/main/resources/hbm/User.hbm.xml

index eefbfa227395d9ca28eac15389a791bdfeb4c813..3bd4ef5758890ba5a668a4252545b289189b49b6 100644 (file)
@@ -4,6 +4,7 @@
     "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
     
 <hibernate-mapping>
+   
     
     <class name="org.wamblee.usermgt.User" table="USERS" select-before-update="true">
         <id name="primaryKey" column="ID" type="long">