We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6e727 commit c399891Copy full SHA for c399891
key.core.testgen/src/main/java/de/uka/ilkd/key/testgen/ReflectionClassCreator.java
@@ -101,7 +101,7 @@ private TypeSpec.Builder classDecl(boolean staticClass) {
101
* actual Java class. Futhermore, this class also enables to create an object of
102
* any class even if it has no default constructor. To create objects the
103
* the objenesis library is required and must be provided when compiling and
104
- * executing the test suite.
+ * executing the test suite.
105
* @see http://docs.oracle.com/javase/tutorial/reflect/member/ctorInstance.html
106
* @see http://code.google.com/p/objenesis
107
* @see http://objenesis.org/
0 commit comments