From eb2f292877bc759d501eceade523e3562d8ae688 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 24 May 2002 14:04:40 +0000 Subject: [PATCH] minor addition to comment --- src/helma/framework/ResponseTrans.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/ResponseTrans.java b/src/helma/framework/ResponseTrans.java index c580ece0..8afa3403 100644 --- a/src/helma/framework/ResponseTrans.java +++ b/src/helma/framework/ResponseTrans.java @@ -21,7 +21,7 @@ public class ResponseTrans implements Externalizable { public String contentType = "text/html"; /** - * Set the charset of the response. + * Set the charset (encoding) to use for the response. */ public String charset;