You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2018/12/25 13:54:07 UTC

[myfaces] 01/02: removed TODO

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 14c0d2ef4b9eeda34e47c28bf92e0e8d951f9f21
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Dec 25 14:18:58 2018 +0100

    removed TODO
---
 api/src/main/java/javax/faces/component/_ComponentAttributesMap.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java b/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
index 8018f83..3d660ae 100755
--- a/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
+++ b/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
@@ -622,9 +622,6 @@ class _ComponentAttributesMap implements Map<String, Object>, Serializable
      * UIComponent by maintaining a cache of ProperyDescriptor objects for
      * that class.
      * <p/>
-     * TODO: Consider making the cache shared between component instances;
-     * currently 100 UIInputText components means performing introspection
-     * on the UIInputText component 100 times.
      */
     private _PropertyDescriptorHolder getPropertyDescriptor(String key)
     {