Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltearno committed Oct 3, 2017
1 parent 6878166 commit b03a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prejavatypes/PreJavaTypeClassOrInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export class PreJavaTypeClassOrInterface extends PreJavaType {
dotdotdot: false,
optional: false,
type: propertyPreJavaType,
name: setterName
name: "value"
}])
this.addMethod(getterCallSignature)
this.addMethod(setterCallSignature)
Expand Down

0 comments on commit b03a7af

Please sign in to comment.