- Timestamp:
- 11/29/17 13:31:13 (7 years ago)
- 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 46 46 * <p> 47 47 * An example for clarification. Consider the following two pages: 48 * </p> 48 49 * <pre> 49 50 * server … … 86 87 * \-- ... 87 88 * </pre> 89 * <p> 88 90 * This now allows the menu and the footer to be treated as identical over several pages. 89 91 * </p> -
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLServer.java
r1876 r2210 42 42 * 43 43 * @param specification the server specification 44 * @param parent the parent of the serve r -->must always be null. Just included as44 * @param parent the parent of the serve, must always be null. Just included as 45 45 * required by the automatic instantiation mechanism 46 46 * -
trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java
r1990 r2210 153 153 * file to be parsed 154 154 * 155 * @throws SAXException in the case, the file could not be parsed155 * @throws JAXBException in the case, the file could not be parsed 156 156 */ 157 157 public void parseFile(File file) throws JAXBException { … … 178 178 * file to be parsed 179 179 * 180 * @throws SAXException in the case, the file could not be parsed180 * @throws JAXBException in the case, the file could not be parsed 181 181 */ 182 182 public void parseFile(InputStream stream) throws JAXBException {
Note: See TracChangeset
for help on using the changeset viewer.