Skip to content

Commit

Permalink
Fixed TCK tests - [ejb30|ejb32]*/timer/schedule/tz
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 22, 2022
1 parent ca995a8 commit b263330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void initializeMethods() {
*/
private boolean isExcludedFromAnnotationProcessing(Class<?> clazz) {
if (clazz.getPackage() == null) {
return true;
return false;
}
if (clazz.getPackage().getName().startsWith("java.lang")) {
return true;
Expand Down

0 comments on commit b263330

Please sign in to comment.