Skip to content

Commit

Permalink
Keep (long*) for standard pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 2, 2019
1 parent 906aa15 commit d3f9d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public boolean isSharedPointer() {
if( annotation == null ) {
return false;
}
return getFlag(SHARED_PTR) || ( type.getWrappedClass() == Long.TYPE && getCast().endsWith("*") );
return getFlag(SHARED_PTR);
}


Expand Down

0 comments on commit d3f9d0a

Please sign in to comment.