Changeset 1047 for trunk/autoquest-plugin-html/src/main/java/de
- Timestamp:
- 01/28/13 22:01:50 (12 years ago)
- Location:
- trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLGUIElementSpec.java
r990 r1047 41 41 * @param id 42 42 */ 43 HTMLGUIElementSpec(String type) {43 public HTMLGUIElementSpec(String type) { 44 44 if (type == null) { 45 45 throw new IllegalArgumentException("type must not be null");
Note: See TracChangeset
for help on using the changeset viewer.