Home | History | Annotate | Download | only in patch
      1 --- com/kenai/jbosh/StaticBody.java	2010-01-13 20:57:36.000000000 +0100
      2 +++ com/kenai/jbosh/StaticBody.java	2010-02-04 17:59:06.037770746 +0100
      3 @@ -42,7 +42,7 @@
      4       * Selected parser to be used to process raw XML messages.
      5       */
      6      private static final BodyParser PARSER =
      7 -            ServiceLib.loadService(BodyParser.class);
      8 +            new BodyParserXmlPull();
      9  
     10      /**
     11       * Size of the internal buffer when copying from a stream.
     12