src/share/classes/org/jcp/xml/dsig/internal/dom/DOMX509Data.java

Print this page

        

@@ -133,11 +133,11 @@
             }
         }
         this.content = Collections.unmodifiableList(content);
     }
 
-    public List getContent() {
+    public List<Object> getContent() {
         return content;
     }
 
     public void marshal(Node parent, String dsPrefix, DOMCryptoContext context)
         throws MarshalException