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

Print this page

        

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