You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by zh...@apache.org on 2010/02/01 07:16:32 UTC

svn commit: r905184 - /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java

Author: zhoukevin
Date: Mon Feb  1 06:16:31 2010
New Revision: 905184

URL: http://svn.apache.org/viewvc?rev=905184&view=rev
Log:
remove useless comments

Modified:
    harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java

Modified: harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java?rev=905184&r1=905183&r2=905184&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java (original)
+++ harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java Mon Feb  1 06:16:31 2010
@@ -4235,11 +4235,6 @@
         }
     }
 
-    /*
-     * SUN: GetterMixedClass1.isList()
-     * 
-     * IBM: GetterMixedClass1.isList(int)
-     */
     public void test_MixedBooleanSimpleClass1() throws Exception {
         BeanInfo info = Introspector
                 .getBeanInfo(MixedBooleanSimpleClass1.class);
@@ -4267,11 +4262,6 @@
 
     }
 
-    /*
-     * SUN: GetterMixedClass1.getList()
-     * 
-     * IBM: GetterMixedClass1.isList(int)
-     */
     public void test_MixedBooleanSimpleClass2() throws Exception {
         BeanInfo info = Introspector
                 .getBeanInfo(MixedBooleanSimpleClass2.class);