Author: stliu
Date: 2010-01-09 10:23:03 -0500 (Sat, 09 Jan 2010)
New Revision: 18478
Modified:
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/MapKey.java
Log:
minor change, correct javadoc spell
Modified:
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/MapKey.java
===================================================================
---
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/MapKey.java 2010-01-09
15:20:24 UTC (rev 18477)
+++
annotations/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/annotations/MapKey.java 2010-01-09
15:23:03 UTC (rev 18478)
@@ -10,7 +10,7 @@
/**
* Define the map key columns as an explicit column holding the map key
- * This is completly different from {@link javax.persistence.MapKey} which use an
existing column
+ * This is completely different from {@link javax.persistence.MapKey} which use an
existing column
* This annotation and {@link javax.persistence.MapKey} are mutually exclusive
*
* @author Emmanuel Bernard
Show replies by date