Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2008-10-28 00:55:04 +0000
committerkmoore2008-10-28 00:55:04 +0000
commit4dc1b2479fbf37db8b3f66dd437c2c1801ca022c (patch)
tree23004752595389e394e94430ef5545c6b56781f3 /jpa/plugins/org.eclipse.jpt.eclipselink.core/src
parentcc8a906db36971675435ed31ff2727d102702885 (diff)
downloadwebtools.dali-4dc1b2479fbf37db8b3f66dd437c2c1801ca022c.tar.gz
webtools.dali-4dc1b2479fbf37db8b3f66dd437c2c1801ca022c.tar.xz
webtools.dali-4dc1b2479fbf37db8b3f66dd437c2c1801ca022c.zip
supress warnings
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.eclipselink.core/src')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlConverter.java4
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlStructConverter.java4
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlTypeConverter.java6
3 files changed, 7 insertions, 7 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlConverter.java b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlConverter.java
index fc51e04f58..b8ac4a8738 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlConverter.java
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlConverter.java
@@ -41,7 +41,7 @@ public class EclipseLinkVirtualXmlConverter extends AbstractJpaEObject implement
return this.javaConverter.getConverterClass();
}
- public void setClassName(String value) {
+ public void setClassName(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
@@ -52,7 +52,7 @@ public class EclipseLinkVirtualXmlConverter extends AbstractJpaEObject implement
return this.javaConverter.getName();
}
- public void setName(String value) {
+ public void setName(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
}
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlStructConverter.java b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlStructConverter.java
index 7dcda68133..037bb746c1 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlStructConverter.java
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlStructConverter.java
@@ -41,7 +41,7 @@ public class EclipseLinkVirtualXmlStructConverter extends AbstractJpaEObject imp
return this.javaConverter.getConverterClass();
}
- public void setConverter(String value) {
+ public void setConverter(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
@@ -52,7 +52,7 @@ public class EclipseLinkVirtualXmlStructConverter extends AbstractJpaEObject imp
return this.javaConverter.getName();
}
- public void setName(String value) {
+ public void setName(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
}
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlTypeConverter.java b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlTypeConverter.java
index 2859580bd0..f7ec01a1a9 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlTypeConverter.java
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/internal/context/orm/EclipseLinkVirtualXmlTypeConverter.java
@@ -41,7 +41,7 @@ public class EclipseLinkVirtualXmlTypeConverter extends AbstractJpaEObject imple
return this.javaConverter.getName();
}
- public void setName(String value) {
+ public void setName(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
@@ -52,7 +52,7 @@ public class EclipseLinkVirtualXmlTypeConverter extends AbstractJpaEObject imple
return this.javaConverter.getDataType();
}
- public void setDataType(String value) {
+ public void setDataType(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
@@ -63,7 +63,7 @@ public class EclipseLinkVirtualXmlTypeConverter extends AbstractJpaEObject imple
return this.javaConverter.getObjectType();
}
- public void setObjectType(String value) {
+ public void setObjectType(@SuppressWarnings("unused") String value) {
throw new UnsupportedOperationException("cannot set values on a virtual mapping"); //$NON-NLS-1$
}
}

Back to the top