unicorn commit: - removed the translator email address from the tasklist properties file too

changeset:   1516:79f108fa4f0b
user:        Thomas Gambet <tgambet@w3.org>
date:        Fri Sep 24 10:28:28 2010 -0400
files:       src/org/w3c/unicorn/action/LanguageAction.java
description:
- removed the translator email address from the tasklist properties file too


diff -r 1ddf77713a91 -r 79f108fa4f0b src/org/w3c/unicorn/action/LanguageAction.java
--- a/src/org/w3c/unicorn/action/LanguageAction.java	Thu Sep 23 14:46:13 2010 -0400
+++ b/src/org/w3c/unicorn/action/LanguageAction.java	Fri Sep 24 10:28:28 2010 -0400
@@ -291,7 +291,7 @@
 			if (tasklistChanged) {
 				ByteArrayOutputStream baos = new ByteArrayOutputStream();
 				OutputStreamWriter osw = new OutputStreamWriter(baos, "UTF-8");
-				metaProps.store(osw, "Submitted by " + req.getParameter("translator_name") + " <" + req.getParameter("translator_mail") + ">");
+				metaProps.store(osw, "Submitted by " + req.getParameter("translator_name"));
 				osw.close();
 				baos.close();
 				contextObjects.put("tasklistProperties", baos.toString("UTF-8"));

Received on Friday, 24 September 2010 14:30:26 UTC