Skip to content

Commit 39a31cc

Browse files
authored
Comment on #endif
1 parent 89a0c2c commit 39a31cc

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
@@ -39,7 +39,7 @@ public RegisterAttribute (string name, string signature, string connector, Custo
3939
}
4040

4141
public CustomAttribute OriginAttribute { get; }
42-
#endif
42+
#endif // HAVE_CECIL
4343
public string Connector {
4444
get { return connector; }
4545
set { connector = value; }

0 commit comments

Comments
 (0)