Changeset 747 for trunk/quest-core-events/src/main/java
- Timestamp:
- 09/03/12 10:24:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/GUIModel.java
r746 r747 188 188 } 189 189 catch (UnsupportedEncodingException e) { 190 stream = new PrintStream(out);190 throw new IllegalArgumentException("encodind " + enc + " not supported"); 191 191 } 192 192 }
Note: See TracChangeset
for help on using the changeset viewer.