Skip to content

Commit 392fc22

Browse files
PascalSchumacherjoel-costigliola
authored andcommitted
Drop unused constant ConstructorInvoker#CONSTRUCTOR_INVOKER.
1 parent 89fa4d5 commit 392fc22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/assertj/core/error/ConstructorInvoker.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
*/
2323
public class ConstructorInvoker {
2424

25-
public static final ConstructorInvoker CONSTRUCTOR_INVOKER = new ConstructorInvoker();
26-
2725
public Object newInstance(String className, Class<?>[] parameterTypes, Object... parameterValues) throws Exception {
2826
Class<?> targetType = Class.forName(className);
2927
Constructor<?> constructor = targetType.getConstructor(parameterTypes);

0 commit comments

Comments
 (0)