- Timestamp:
- 11/29/17 13:31:13 (7 years ago)
- Location:
- trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html
- Files:
-
- 2 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 *
Note: See TracChangeset
for help on using the changeset viewer.