Skip to content

Commit

Permalink
Remove unused code in StackTraceElementProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Nov 6, 2022
1 parent 80d7703 commit ae4e351
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ public String getSTEAsString() {
}
return steAsString;
}

public StackTraceElement getStackTraceElement() {
return ste;
}


public void setClassPackagingData(ClassPackagingData cpd) {
if(this.cpd != null) {
throw new IllegalStateException("Packaging data has been already set");
Expand Down

1 comment on commit ae4e351

@mfeldmay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey,
anyone please tell my why getStackTraceElement() was removed and what should be used instead.
Thanks

Please sign in to comment.