Skip to content

Commit

Permalink
delete the error message for jboss
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyouyi1513 committed Feb 5, 2018
1 parent 588c92f commit 7a05abc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public static Object invokeStaticMethod(String className, String methodName, Cla
}
return invokeMethod(null, clazz, methodName, paramTypes, parameters);
} catch (Exception e) {
e.printStackTrace();
return null;
}
}
Expand Down

0 comments on commit 7a05abc

Please sign in to comment.