Changeset 1222:2f9f9da39edc

Show
Ignore:
Timestamp:
06/13/10 20:08:34 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

removed initUnmarshaller

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/action/InitAction.java

    r1218 r1222  
    5151                } else { 
    5252                        response.setContentType("text/plain"); 
    53                          
    54                          
    55                          
     53 
    5654                        if (task == null || task.equals("all")) { 
    5755                                 
     
    8179                                        return; 
    8280                                } 
    83                                  
    84                                 out.write("Initializing unmarshallers: "); 
    85                                 response.flushBuffer(); 
    86                                 Framework.initUnmarshallers(); 
    87                                 out.write("OK\n"); 
    8881                                 
    8982                                out.write("Initializing response parsers: ");