Skip to content

Commit

Permalink
OWB-1440 improve ProcessAnnotatedType error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Jun 4, 2024
1 parent 2dc59ef commit 70ee333
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,12 @@ else if (modifiedAnnotatedType)
modifiedAnnotatedType = false;
}
}

@Override
public String toString()
{
return "ProcessAnnotatedTypeImpl{" +
"annotatedType=" + annotatedType.getJavaClass().getName() +
'}';
}
}

0 comments on commit 70ee333

Please sign in to comment.