Skip to content

Commit

Permalink
Update ClassImportContainer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored Apr 13, 2024
1 parent 65b63a8 commit 63ae5bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public class ClassImportContainer extends ImportContainer {

protected ClassImportContainer(ClassFile parent) {
super(null);
setParent(parent);
}
}

0 comments on commit 63ae5bb

Please sign in to comment.