blob: 28b6502b4fcb4be3b4721f0e0c612626bea1664b [file] [log] [blame]
import org.checkerframework.checker.interning.qual.*;
package org.jcp.xml.dsig.internal.dom;
public class DOMCanonicalXMLC14N11Method {
public static final @Interned String C14N_11 = "http://www.w3.org/2006/12/xml-c14n11";
}