You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/07/29 11:07:14 UTC

svn commit: r798817 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java

Author: lofwyr
Date: Wed Jul 29 09:07:14 2009
New Revision: 798817

URL: http://svn.apache.org/viewvc?rev=798817&view=rev
Log:
add a todo comment

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java?rev=798817&r1=798816&r2=798817&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlStyleMap.java Wed Jul 29 09:07:14 2009
@@ -23,12 +23,7 @@
 import java.util.HashMap;
 import java.util.Map;
 
-/*
- * Created by IntelliJ IDEA.
- * User: bommel
- * Date: Nov 24, 2006
- * Time: 10:07:33 PM
- */
+// TODO: write setter for height, width, etc.
 public class HtmlStyleMap extends HashMap<String, Object> {
 
   private static final Log LOG = LogFactory.getLog(HtmlStyleMap.class);