Skip to content

Commit

Permalink
Update StructsGenerator.java
Browse files Browse the repository at this point in the history
duplicate conditional statement is removed
  • Loading branch information
ossdev07 committed Sep 3, 2018
1 parent 1c2d511 commit 27af76b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ void generateSetFields(JNIClass clazz) {
}
if( field.isSharedPointer() ) {
output("(&");
}if(field.isSharedPointer() ) {
output("lpStruct->"+accessor);
output("));");
}else {
Expand Down

0 comments on commit 27af76b

Please sign in to comment.