Changeset 2210


Ignore:
Timestamp:
11/29/17 13:31:13 (7 years ago)
Author:
pharms
Message:
 
Location:
trunk
Files:
3 edited

Legend:

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

    r2146 r2210  
    4646 * <p> 
    4747 * An example for clarification. Consider the following two pages: 
     48 * </p> 
    4849 * <pre> 
    4950 * server 
     
    8687 *                           \-- ... 
    8788 * </pre> 
     89 * <p> 
    8890 * This now allows the menu and the footer to be treated as identical over several pages. 
    8991 * </p> 
  • trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLServer.java

    r1876 r2210  
    4242     * 
    4343     * @param specification the server specification 
    44      * @param parent        the parent of the server --> must always be null. Just included as 
     44     * @param parent        the parent of the serve, must always be null. Just included as 
    4545     *                      required by the automatic instantiation mechanism 
    4646     *                       
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java

    r1990 r2210  
    153153     *            file to be parsed 
    154154     * 
    155      * @throws SAXException in the case, the file could not be parsed 
     155     * @throws JAXBException in the case, the file could not be parsed 
    156156     */ 
    157157    public void parseFile(File file) throws JAXBException { 
     
    178178     *            file to be parsed 
    179179     * 
    180      * @throws SAXException in the case, the file could not be parsed 
     180     * @throws JAXBException in the case, the file could not be parsed 
    181181     */ 
    182182    public void parseFile(InputStream stream) throws JAXBException { 
Note: See TracChangeset for help on using the changeset viewer.