Skip to content

Commit 0e4bcf7

Browse files
committed
Fix
1 parent c435fcf commit 0e4bcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Java.Interop.NamingCustomAttributes/Android.Runtime/RegisterAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public RegisterAttribute (string name, CustomAttribute originAttribute)
2626
}
2727

2828
public RegisterAttribute (string name, string signature, string connector)
29-
: this (name, originAttribute)
29+
: this (name)
3030
{
3131
this.connector = connector;
3232
this.signature = signature;

0 commit comments

Comments
 (0)