Skip to content

Commit e2ffa62

Browse files
committed
Javadoc
1 parent 6eed8f9 commit e2ffa62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/test/java/org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
public class Jira18BeanFactory {
2828

29-
/* =============== Package Friendly Bean =============== */
29+
/** Package Friendly Bean. */
3030
static class PackageFriendlyBean {
3131

3232
private final String[] indexed = { "one", "two", "three" };

src/test/java/org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class Jira87BeanFactory {
2525

26-
/* =============== Package Friendly implementation of public interface =============== */
26+
/** Package Friendly implementation of public interface. */
2727
static class PackageMappedImpl implements PublicMappedInterface {
2828

2929
/**
@@ -39,7 +39,6 @@ public Object getValue(final String key) {
3939

4040
}
4141

42-
/* =================== Public interface with Mapped Property ========================= */
4342
/**
4443
* Public interface with a mapped property.
4544
*/

0 commit comments

Comments
 (0)