[Yanel-commits] rev 23216 - public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources

josias at wyona.com josias at wyona.com
Fri Mar 9 21:11:03 CET 2007


Author: josias
Date: 2007-03-09 21:11:01 +0100 (Fri, 09 Mar 2007)
New Revision: 23216

Modified:
   public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/AddRealmResource.java
Log:
minor javadoc improvement

Modified: public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/AddRealmResource.java
===================================================================
--- public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/AddRealmResource.java	2007-03-09 18:38:59 UTC (rev 23215)
+++ public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/AddRealmResource.java	2007-03-09 20:11:01 UTC (rev 23216)
@@ -334,8 +334,8 @@
     
     /**
      * Adds a yanel introspection link element to the head element of the current page.
-     * Note: this method is stream based and does not consider encoding.
-     * It only works because all relevant characters are ascii. 
+     * Note: this method is stream based and does not consider character encoding, therefore
+     * it works only for data with ascii-compatible encoding like utf-8 or iso-8859-1. 
      * @param is stream of the source html page
      * @param os stream of the result html page
      * @throws IOException




More information about the Yanel-commits mailing list