Skip to content

Commit c399891

Browse files
committed
fix formatting
1 parent 7a6e727 commit c399891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key.core.testgen/src/main/java/de/uka/ilkd/key/testgen/ReflectionClassCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private TypeSpec.Builder classDecl(boolean staticClass) {
101101
* actual Java class. Futhermore, this class also enables to create an object of
102102
* any class even if it has no default constructor. To create objects the
103103
* the objenesis library is required and must be provided when compiling and
104-
* executing the test suite.
104+
* executing the test suite.
105105
* @see http://docs.oracle.com/javase/tutorial/reflect/member/ctorInstance.html
106106
* @see http://code.google.com/p/objenesis
107107
* @see http://objenesis.org/

0 commit comments

Comments
 (0)