Changeset 210

Show
Ignore:
Timestamp:
07/13/07 16:52:54 (1 year ago)
Author:
paulhethmon
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MetaTest/trunk/src/metatest/Main.java

    r209 r210  
    2424public class Main { 
    2525   
    26   private static ParserPool parser
     26//  private static BasicParserPool parser = new BasicParserPool()
    2727   
    2828  /** Creates a new instance of Main */ 
     
    3535  public static void main(String[] args) throws MetadataProviderException, ConfigurationException { 
    3636    org.opensaml.DefaultBootstrap.bootstrap(); 
     37    BasicParserPool parser = new BasicParserPool(); 
     38//    if (1 == 1) return; 
    3739     
    3840    String metaUrl = "http://red.csknox.com/idp-meta.xml";