Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/CommentBlock.java
- Timestamp:
- 2009-07-02 15:06:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/universe/kauri-template/src/main/java/org/kauriproject/template/CommentBlock.java
r600 r1346 83 83 value = bos.toString("UTF-8"); 84 84 } catch (IOException ex) { 85 log.error(ex);85 throw new TemplateException(ex); 86 86 } 87 87 result.comment(value.toCharArray(), 0, value.length());
Note: See TracChangeset
for help on using the changeset viewer.