summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/org/omg/CORBA/portable/InputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/portable/InputStream.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/portable/InputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/org/omg/CORBA/portable/InputStream.java b/libjava/classpath/org/omg/CORBA/portable/InputStream.java
index aee540d0103..4ac63b66dcd 100644
--- a/libjava/classpath/org/omg/CORBA/portable/InputStream.java
+++ b/libjava/classpath/org/omg/CORBA/portable/InputStream.java
@@ -237,7 +237,7 @@ public abstract class InputStream
* @param klass a CORBA class
* @throws NO_IMPLEMENT, always.
*/
- @SuppressWarnings("unchecked") // Needed for API compatibility
+ @SuppressWarnings("rawtypes") // Needed for API compatibility
public Object read_Object(Class klass)
{
throw new NO_IMPLEMENT();
OpenPOWER on IntegriCloud