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 2019/11/04 19:49:17 UTC

[myfaces] branch master updated: outdated comment

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


The following commit(s) were added to refs/heads/master by this push:
     new 489c870  outdated comment
489c870 is described below

commit 489c870c7fb1953654c4804296034adc40d809c3
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Nov 4 20:49:02 2019 +0100

    outdated comment
---
 .../main/java/org/apache/myfaces/util/MyFacesObjectInputStream.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/impl/src/main/java/org/apache/myfaces/util/MyFacesObjectInputStream.java b/impl/src/main/java/org/apache/myfaces/util/MyFacesObjectInputStream.java
index 208e998..7f17196 100644
--- a/impl/src/main/java/org/apache/myfaces/util/MyFacesObjectInputStream.java
+++ b/impl/src/main/java/org/apache/myfaces/util/MyFacesObjectInputStream.java
@@ -57,9 +57,6 @@ public class MyFacesObjectInputStream extends ObjectInputStream
     protected Class resolveProxyClass(String[] interfaces) 
             throws IOException, ClassNotFoundException
     {
-        // Only option that would match the current code would be to
-        // expand ClassLoaderExtension to handle 'getProxyClass', which
-        // would break all existing ClassLoaderExtension implementations
         Class[] cinterfaces = new Class[interfaces.length];
         for (int i = 0; i < interfaces.length; i++)
         {