Ignore:
Timestamp:
02/13/14 11:40:02 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/HTTPTarget.java

    r1367 r1383  
    2121/** 
    2222 * <p> 
    23  * TODO comment 
     23 * the event target for HTTP events. Holds a reference to the receiver address of the HTTP exchange 
     24 * recorded by the HTTP monitor. 
    2425 * </p> 
    2526 *  
     
    3132    private static final long serialVersionUID = 1L; 
    3233     
    33     /** */ 
     34    /** 
     35     * <p> 
     36     * the receiver address of the HTTP exchange 
     37     * </p> 
     38     */ 
    3439    private Address receiver; 
    3540 
    36     /** */ 
     41    /** 
     42     * <p> 
     43     * a string representing the receiver address of the HTTP exchange 
     44     * </p> 
     45     */ 
    3746    private String stringIdentifier; 
    3847 
    3948    /** 
    40      * 
     49     * <p> 
     50     * initializes the target with the receiver address of the HTTP exchange 
     51     * </p> 
     52     *  
     53     * @param receiver the receiver address of the HTTP exchange 
    4154     */ 
    4255    public HTTPTarget(Address receiver) { 
Note: See TracChangeset for help on using the changeset viewer.