Changeset 1711
- Timestamp:
- 2010-09-19 13:28:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-template/kauri-template-service-impl/src/main/java/org/kauriproject/template/service/impl/RestletSource.java
r1694 r1711 86 86 87 87 public String getEncoding() { 88 return representation.getCharacterSet() .getName();88 return representation.getCharacterSet() != null ? representation.getCharacterSet().getName() : null; 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.