Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2008-03-26 17:26:53 +0000
committerkmoore2008-03-26 17:26:53 +0000
commitdbda73e5b0ab2a782781f937eda3e49a7c2b4e67 (patch)
treed0efd8eb2a993ec14c0522ed1c5cfa5da863575e /jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java
parent9bcf7bdf57ef5884c0b4250dbf7f5190653fcd42 (diff)
downloadwebtools.dali-dbda73e5b0ab2a782781f937eda3e49a7c2b4e67.tar.gz
webtools.dali-dbda73e5b0ab2a782781f937eda3e49a7c2b4e67.tar.xz
webtools.dali-dbda73e5b0ab2a782781f937eda3e49a7c2b4e67.zip
beginning to rename accessors to include the get prefix
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java
index 10000304fb..db54257874 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/AttributeMapping.java
@@ -39,7 +39,7 @@ public interface AttributeMapping extends JpaContextNode
/**
* Return the mapping for the attribute mapping's attribute's type.
*/
- TypeMapping typeMapping();
+ TypeMapping getTypeMapping();
/**
* Return whether the "attribute" mapping can be overridden.

Back to the top