You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/06/29 14:17:06 UTC

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka XMLReporter.java

dion        2002/06/29 05:17:06

  Modified:    latka/src/java/org/apache/commons/latka XMLReporter.java
  Log:
  Style violations
  
  Revision  Changes    Path
  1.19      +12 -2     jakarta-commons/latka/src/java/org/apache/commons/latka/XMLReporter.java
  
  Index: XMLReporter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/XMLReporter.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XMLReporter.java	29 Apr 2002 18:20:21 -0000	1.18
  +++ XMLReporter.java	29 Jun 2002 12:17:06 -0000	1.19
  @@ -1,9 +1,13 @@
   /*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -217,6 +221,12 @@
   
       }
   
  +    /**
  +     * Add the {@link ReportMessageEvent#getMessage() message} of the provided
  +     * event to the XML document as a <reportMessage> element with text
  +     *
  +     * @param event a {@link ReportMessageEvent}
  +     */
       public void reportMessage(ReportMessageEvent event) {
           Element messageElement = new Element("reportMessage")
             .setAttribute("message",event.getMessage());
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>