remove useless comments

git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk@905184 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java b/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java
index f47226c..f474af2 100644
--- a/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java
+++ b/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/IntrospectorTest.java
@@ -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);