Skip to content

Commit

Permalink
Add missing @child annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fangerer committed Sep 4, 2018
1 parent 5d77375 commit 5acfc9a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ public LLVMObjectNativeLibrary createLLVMObjectNativeLibrary() {

private static final class LLVMManagedPointerNativeLibrary extends LLVMObjectNativeLibrary {

@Child private LLVMObjectNativeLibrary lib;
@Child private Node isNull;

private final LLVMObjectNativeLibrary lib;

private LLVMManagedPointerNativeLibrary(LLVMObjectNativeLibrary lib) {
this.lib = lib;
}
Expand Down

0 comments on commit 5acfc9a

Please sign in to comment.