Skip to content

Commit c47cd53

Browse files
committed
Javadoc
1 parent c969f2c commit c47cd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/org/apache/commons/lang3/reflect/PackageBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* This class is designed to test the default access JVM problem workaround. The issue is that public methods of a public subclass contained in a default access
2222
* superclass are returned by reflection but an IllegalAccessException is thrown when they are invoked.
2323
* <p>
24-
* This is the default access superclass
24+
* This is the default access superclass.
2525
* </p>
2626
*/
2727
class PackageBean {

src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* This class is designed to test the default access JVM problem workaround. The issue is that public methods of a public subclass contained in a default access
2222
* superclass are returned by reflection but an IllegalAccessException is thrown when they are invoked.
2323
* <p>
24-
* This is the default access superclass
24+
* This is the default access superclass.
2525
* </p>
2626
*/
2727
public class PublicSubBean extends PackageBean {

0 commit comments

Comments
 (0)