Fixing compile problem.

This commit is contained in:
Juan Carlos Luciani 2007-06-14 03:51:28 +00:00
parent 8481dd666c
commit e1fa41c74e

View File

@ -701,7 +701,7 @@ public final class SecureTokenUtil
{
// Prevent the xml namespace for xmldsig from being
// specified multiple times.
Constants.setSignatureSpecNSprefix("");
org.apache.xml.security.utils.Constants.setSignatureSpecNSprefix("");
// Get document from our template
inStream = new ByteArrayInputStream(m_secureTokenTemplate.getBytes());