Ignore:
Timestamp:
07/25/13 14:53:22 (11 years ago)
Author:
pharms
Message:
  • improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLDocument.java

    r1069 r1264  
    4141    } 
    4242 
    43     /* 
    44      * (non-Javadoc) 
    45      *  
    46      * @see java.lang.Object#toString() 
     43    /** 
     44     * <p> 
     45     * TODO: comment 
     46     * </p> 
     47     * 
     48     * @return 
    4749     */ 
    48     @Override 
    49     public String toString() { 
    50         return "Document(" + getPath() + ", \"" + getTitle() + "\")"; 
     50    public String getPath() { 
     51        return ((HTMLDocumentSpec) super.getSpecification()).getPath(); 
    5152    } 
    5253 
     
    7980     * @return 
    8081     */ 
    81     String getPath() { 
    82         return ((HTMLDocumentSpec) super.getSpecification()).getPath(); 
    83     } 
    84  
    85     /** 
    86      * <p> 
    87      * TODO: comment 
    88      * </p> 
    89      * 
    90      * @return 
    91      */ 
    9282    String getTitle() { 
    9383        return ((HTMLDocumentSpec) super.getSpecification()).getTitle(); 
Note: See TracChangeset for help on using the changeset viewer.