Skip to content

Commit

Permalink
follow-up of #48
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Dec 20, 2021
1 parent 915816d commit bf3c338
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public class $type.implementation.typeName implements $type.typeName, ${VMFPKG}.
java.util.Collections.emptyList()
);
}
return this.__vmf_prop_${prop.name};
#else## if is collection type
return this.__vmf_prop_${prop.name};
#end## if is collection type
Expand Down

0 comments on commit bf3c338

Please sign in to comment.