|
|
@ -777,7 +777,7 @@ dc_rights
|
|
|
|
final ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
|
|
|
final ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
final Writer osw = new OutputStreamWriter(baos, "UTF-8");
|
|
|
|
final Writer osw = new OutputStreamWriter(baos, "UTF-8");
|
|
|
|
writeXML(osw, new Date());
|
|
|
|
writeXML(osw, this.lastModified);
|
|
|
|
osw.close();
|
|
|
|
osw.close();
|
|
|
|
return UTF8.String(baos.toByteArray());
|
|
|
|
return UTF8.String(baos.toByteArray());
|
|
|
|
} catch (final UnsupportedEncodingException e1) {
|
|
|
|
} catch (final UnsupportedEncodingException e1) {
|
|
|
|