Javadoc/Comments: Remove extra "whitespace"
This commit is contained in:
parent
079db15da8
commit
ccb4ad2234
|
@ -41,7 +41,6 @@ enum Enum64 {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class EnumUtilsTest extends AbstractLangTest {
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
package org.apache.commons.lang3.reflect.testbed;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class AnotherChild extends AnotherParent {
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
package org.apache.commons.lang3.reflect.testbed;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class AnotherParent {
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
package org.apache.commons.lang3.reflect.testbed;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class Grandchild extends AnotherChild {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue