Javadoc/Comments: Remove extra "whitespace"

This commit is contained in:
Gary Gregory 2023-03-25 09:36:25 -04:00
parent 079db15da8
commit ccb4ad2234
4 changed files with 0 additions and 4 deletions

View File

@ -41,7 +41,6 @@ enum Enum64 {
} }
/** /**
*
*/ */
public class EnumUtilsTest extends AbstractLangTest { public class EnumUtilsTest extends AbstractLangTest {

View File

@ -17,7 +17,6 @@
package org.apache.commons.lang3.reflect.testbed; package org.apache.commons.lang3.reflect.testbed;
/** /**
*
*/ */
public class AnotherChild extends AnotherParent { public class AnotherChild extends AnotherParent {
} }

View File

@ -17,7 +17,6 @@
package org.apache.commons.lang3.reflect.testbed; package org.apache.commons.lang3.reflect.testbed;
/** /**
*
*/ */
public class AnotherParent { public class AnotherParent {
} }

View File

@ -17,7 +17,6 @@
package org.apache.commons.lang3.reflect.testbed; package org.apache.commons.lang3.reflect.testbed;
/** /**
*
*/ */
public class Grandchild extends AnotherChild { public class Grandchild extends AnotherChild {
} }