jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/SignatureProperties.java
changeset 27747 3a271dc8b758
parent 25859 3317bb8137f4
equal deleted inserted replaced
27736:8c9bd4be4a86 27747:3a271dc8b758
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    85      * this <code>SignatureProperties</code>.
    85      * this <code>SignatureProperties</code>.
    86      *
    86      *
    87      * @return an unmodifiable list of one or more
    87      * @return an unmodifiable list of one or more
    88      *    <code>SignatureProperty</code>s
    88      *    <code>SignatureProperty</code>s
    89      */
    89      */
    90     @SuppressWarnings("rawtypes")
    90     List<SignatureProperty> getProperties();
    91     List getProperties();
       
    92 }
    91 }